![]() |
Wordpress RSS Feed Import
Whats the best plugin to use to import sponsor RSS feeds to a wp blog? Looking for a decent plugin! :thumbsup
|
I use RSS2Blog and Autoblogger pro. FeedWordPress is a free to use plugin that might do the trick for you.
|
"WP-Autoblog" is the best IMO.
|
RSS2Blog doesn't do it, can any of the "free" plugins do any of the relinking and rewriting that Autoblogger does? The more that I use this feature the more I love it.
|
wp-autoblogger does that
|
Quote:
|
Quote:
|
wordpress rss
:thumbsup 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 :rasta |
All times are GMT -7. The time now is 02:43 AM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc123