Quote:
Originally Posted by big dreamer
Ding! Ding! Ding! I think we might have a winner!
Cyber SEO seems to fit the bill ... I have only one question I can think of (!) ...
ASSUME one RSS feed per day; each containing 10 "articles"; that would be 3650 potential posts per year. I want to add 4-8 lines per post. When you add in the <!--more>, that takes another line. What is the limit of the post header box ... can it handle 3650x9 or 32,850 potential lines of data?
|
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.
Quote:
Originally Posted by big dreamer
... and does pasting new content in the post header box affect anything except future posts?
|
It doesn't. Anything you put there will affect the future posts only.