Changeset 2268657
- Timestamp:
- 03/26/2020 10:41:08 PM (6 years ago)
- File:
-
- 1 edited
-
rss-via-shortcode/trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
rss-via-shortcode/trunk/readme.txt
r2004886 r2268657 5 5 Tags: rss feed 6 6 Requires at least: 4.0 7 Tested up to: 5. 0.27 Tested up to: 5.4 8 8 License: GPLv2 or later 9 9 License URI: https://www.gnu.org/licenses/gpl-2.0.html 10 10 11 Provides a means of displaying an RSS fe devia a shortcode.11 Provides a means of displaying an RSS feed via a shortcode. 12 12 13 13 == Description == 14 14 15 This is a VERY simple Wordpress Plugin designed to do one thing; get the most recent 'n' entries from a specified feed and display them in a list structure on a Wordpress Page. I wrote it because I deeded something very straight forward that worked 'out of the box'. It doesn't store feed details in a database anywhere, just whacks them on the screen when needed.15 This is a VERY simple Wordpress Plugin designed to do one thing; get the most recent 'n' entries from a specified feed and display them in a list structure on a Wordpress Page. I wrote it because I needed something very straight forward that worked 'out of the box'. It doesn't store feed details in a database anywhere, just whacks them on the screen when needed. 16 16 17 17 Shortcode is [jp-rssonpage rss="URL" feeds="Number of Items"] … … 46 46 = 1.0 = 47 47 * Initial release 48 49 50 51 52 53 54
Note: See TracChangeset
for help on using the changeset viewer.