Best WordPress RSS Feed Plugin

UPDATE: I now use RSS Import on my sites.

FeedList is my fav RSS feed plugin for WordPress. The plugin developer is very friendly and constantly updates this plugin with new features. Here are the settings I usually use for implementing it:

    < ?php feedList(array("rss_feed_url"=>"INSERT RSS FEED URL HERE", "num_items"=>4, "show_description"=>true, "random"=>false, "description_separator"=>"", "sort"=>"none", "new_window"=>true, "show_date"=>true, "max_characters"=>140, "max_char_wordbreak"=>true ) ); ?>

Another RSS WordPress plugin that looks good is FeedWordPress. Also check out RSSImport.

This post shows you how to do the RSS import manually:

http://bavotasan.com/tutorials/display-rss-feed-with-php/

Related posts:

  1. Adding a New Plugin to the WordPress Repository
  2. Best PNG Fix Plugin for WordPress
  3. Best WordPress Navigation Plugin
  4. Preventing a WordPress Plugin From Trying to Update
  5. Best WordPress Newsletter / Mailing List Plugin

Leave a Comment

Let us know your thoughts on this post but remember to place nicely folks!