Whats the best plugin to use to import sponsor RSS feeds to a wp blog? Looking for a decent plugin!
Wordpress RSS Feed Import
Collapse
X
-
Comment
-
-
wordpress rss
wordpress has a built in function for all that. you don't need a plugin unless you want to I guess...
here is the wordpress link
I stuck it into a blog I'm screwing around with. New to blogs...
shemalefuck . sexphotoblog . com
The code I popped in the index page was ...
<!-- start rss feed tranny perverts -->
<?php $feedURL='http://trannyperverts.sunnytoolz.com/rss/index.php?aid=9571&c=A&'; ?>
<?php require_once(ABSPATH . WPINC . '/rss.php'); ?>
<?php $rss = fetch_rss($feedURL); ?>
<?php foreach ( $rss->items as $item ) : ?>
<?php echo '<table width="400" cellpadding="10" cellspacing="10" ><tr><td>'; ?>
<?php echo $item['description']; ?>
<?php echo '</td></tr></table>'; ?>
<?php endforeach; ?>
<!-- end rss feed tranny perverts -->
for a sunnydollars rss feed...
seems to work great... maybe it will help someone else... yes the blog sucks
best host: Webair | best sponsor: Kink | best coder: 688218966 | Go Fuck Yourself
Comment




Comment