by Ash Durham on WordPress.org
—
Stay up-to-date with the latest by following @kingproplugins on Twitter, KingProPlugins on Facebook or King Pro Plugins on Google+
—
RSS King Pro gives you the freedom to display a RSS feed or feeds onto your pages and posts with ease. The numerous options
available provides choice in how your feed displays on your pages. You can choose how many items are returned onto the page, whether the feed paginates and whether you
display those pages via AJAX giving your users a simple way to view the feed your providing.
You have control on the information from the feed that is returned on the page and how it is displayed by using variables within a HTML layout for each item.
Variables have been setup to give you choice in what details are shown for the items.
You can use RSS King Pro in two ways, either shortcode or widget. Both have the same settings available.
—
If you have any suggestions or would like to see a feature in the plugin, please let me know in the support forum.
Any issues you are having, I’d also love to know, so again, please let me know using the support forum.
—
—
Check out the King Pro Plugins range
<
p>You can control the output by defining what information is output in the format by using variables. These variables are defined by an uppercase word surrounded by hashes (2 hashes on either side). The available variables are:
* ##FEEDTITLE##
Outputs the title of the FEED the items are coming from.
* ##PUBDATE##
Outputs the date the item was posted. The date format controls the output of this.
* ##TITLE##
Outputs the TITLE of the item. There is no link to the original post on this (use ##LINK## for a title with link)
* ##LINK##
Outputs the TITLE of the item with a link to the original page.
* ##DESCRIPTION##
Outputs the excerpt of the item. This can be shortened further using the ‘descriptionlength’ option.
* ##CONTENT##
Outputs the content of the item. This can be shortened using the ‘contentlength’ option.
* ##CATEGORIES##
Outputs a list of attached categories of the item
* ##CATEGORY##
Outputs the first category of the item
* ##AUTHORS##
Outputs a list of attached authors of the item
* ##AUTHOR##
Outputs the first author of the item
* ##CONTRIBUTORS##
Outputs a list of attached contributors of the item
* ##CONTRIBUTOR##
Outputs the first contributor of the item
* ##COPYRIGHT##
Outputs any attached copyright text
* ##ENCLOSURE##
Outputs an attached image, if any
* ##GUID##
Outputs the unique ID for the item in the feed
* ##UNIQUEKEY##
Outputs the unique key for the item in the feed