10-26-2012, 01:40 PM
|
|
Too lazy to set a custom title
Join Date: Jan 2003
Location: Los Angeles
Posts: 10,543
|
Quote:
Originally Posted by CyberSEO
The CyberSEO plugin is a professional product, and it allows to perform almost every task in different ways. For example, you can put your footers into the text file (one footer per line) and add these two lines into the "PHP Code <?php .. ?>" box:
PHP Code:
$content = cseo_file_get_contents('path/file.txt', true);
$post['post_content'] .= '<p>' . $content[rand(0, count($content) - 1)] . '</p>';
This method will work even faster because it does not involve MySQL.
It doesn't. Anything you put there will affect the future posts only.
|
Cyber's stuff is good.  Recommended
|
|
|