View Single Post
Old 01-06-2012, 10:43 AM  
just a punk
So fuckin' bored
 
just a punk's Avatar
 
Industry Role:
Join Date: Jun 2003
Posts: 32,391

Quote:
Originally Posted by nico-t View Post
im pulling posts that have 1 word titles. Is there a way i can add random prefixes and suffixes to the title? Just like the post header & footer works.
Sure, everything is possible with CyberSEO! Just put the following code into the "PHP code <?php .. ?>" box (on the feed settings page):
Code:
$px = array('prefix1', 'prefix2', 'prefix3', 'prefix4', 'prefix5');
$sx = array('suffix1', 'suffix2', 'suffix3', 'suffix4', 'suffix5');
$post['post_title'] = $px[rand(0, count($px) - 1)] . ' ' . $post['post_title'] . ' ' . $sx[rand(0, count($sx) - 1)];
Quote:
Originally Posted by nico-t View Post
still looking for a way to do this & forgot i already asked this, so here's a bump
Sorry I've missed this thread.

Quote:
Originally Posted by Inter-Sex View Post
His support forum seems to be nice active. You might give that way a try.
Yes Sir!

Quote:
Originally Posted by newB View Post
There was a free host that used CyberSyn and it rocked, but they have since gone to shit. Are you aware of any free hosts that offer it as an installed plugin?
The only one I know is rbbloggers.com, however I believe there are other free blog hosts that use CyberSyn, because it's freeware and open source plugin (GPL) which can be downloaded directly from the official WordPress site: http://wordpress.org/extend/plugins/cybersyn/
__________________
Obey the Cowgod
just a punk is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote