This is an old (read very old) general FAQ of Wordpress tips, tricks and advice found in JournalXtra. Each question is linked to the article where you can find more detailed information about its answer. This FAQ was intended to be regularly updated but I forgot to keep updating it. Maybe I'll update it some time soon. While waiting for me to update it you can view the site index for more WordPress related stuff. How do I automatically display article comments on every page? Edit your Wordpress template's index.php file (also called the Main Index Template) by adding <?php $withcomments … [Read more...]
Text Manipulation FAQ
This is the FAQ for the article entitled Huge Text File, Need to Extract Specific Lines? Here's How. Working examples and more detailed information for each of these commands is available through that link. All these commands work in the Linux terminal, some of them will work in the Windows command line. When using sed, add a "-i" switch and do not specify a destination file if you want the changes to be applied to the source file without producing a backup. For example: sed -i 's/StringToTeplace/ReplacementString/g' source.txt Would work directly inside source.txt without creating a … [Read more...]

