View Single Post
Old 10-26-2012, 04:28 AM  
just a punk
So fuckin' bored
 
just a punk's Avatar
 
Industry Role:
Join Date: Jun 2003
Posts: 32,382

Quote:
Originally Posted by big dreamer View Post
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(0count($content) - 1)] . '</p>'
This method will work even faster because it does not involve MySQL.

Quote:
Originally Posted by big dreamer View Post
... 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.
__________________
Obey the Cowgod

Last edited by just a punk; 10-26-2012 at 04:35 AM..
just a punk is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote