LH RSS Shortcode

0

Adds a simple to use [rss] shortcode with a couple of options: feed: to put in the feed URL num: to specify the number of items to show, defaults to 5 template: a wordpress template th

Version
Last updated
Active installations
WordPress Version
Tested up to
Rating
Total ratings
Tag
This plugin is outdated and might not be supported anymore.

Description

Adds a simple to use [rss] shortcode with a couple of options:

  • feed: to put in the feed URL
  • num: to specify the number of items to show, defaults to 5
  • template: a wordpress template that will handle the shortcode output (defaults to default.php, you can use the two provided or follow the instructions on creating your own

Example use:

[lh_rss_shortcode feed=”https://shawfactor.com/feed/” num=”10″ ]

Or:

[lh_rss_shortcode feed=”https://shawfactor.com/feed/” num=”5″ template=”excerpt.php”]