Fetch Feed shortcode pageable

This plugin uses the fetch_feed function to display external RSS Feeds on your WordPress Blog / Site!
This plugin also supports configurable paging !

Author:soundwaves-productions (profile at wordpress.org)
WordPress version required:2.8
WordPress version tested:4.3.1
Plugin version:1.1
Added to WordPress repository:05-10-2011
Last updated:27-10-2015
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:90
Rated by:2
Plugin URI:http://www.soundwaves-productions.com/soundwa...
Total downloads:4 813
Active installs:70+
plugin download
Click to start download

This plugin uses the fetch_feed function to display external RSS Feeds on your WordPress Blog / Site! This plugin supports paging of the feed ! With this plugin you can configure four item elements to be displayed (like author, date, title, description)

Paging code found here: http://www.phpbuilder.com/board/showthread.php?t=10353797 Thanks to joostdevalk for his plugin: http://wordpress.org/extend/plugins/rss-shortcode/

Features:

  • Display external feeds in your posts or pages by using shortcode
  • Set the URL of the feed by using the feed parameter
  • Configure the number of items per page by using the pagesize parameter
  • Configure the number of pages in the paging footer by using the pagenum parameter
  • Configure the number of total items of the feed by using the showall parameter (set to no)
  • Link or not link the title to the detail page by setting the linktitle parameter to yes or no
  • Configure the target of the link by setting the target parameter to _blank or _self (default)
  • Configure the desired item elements by setting the itemelements parameter (default: itemelements="title,author,date,description")
  • Style the output by using CSS