I have no idea which RSS pulling plugin you are using, but for CyberSEO Suite the instruction will look like this:
1) Syndicate a new sponsored RSS feed, or open the property editor of already existing one.
2) Go to the "PHP Code <?php .. ?>" box and put there the following code:
PHP Code:
if (trim ( $post ['post_content'] ) == "") {
$post ['post_content'] = $post ['post_excerpt'];
}
if (strpos ($post ['post_content'], "YOURCODE") === false) {
$post = flase;
}
Where
YOURCODE is your affiliate code for the program who's RSS feeds your hare going to syndicate. In your case it must be
"pimp10692".
That's very easy, isn't it?
