Changeset 590889
- Timestamp:
- 08/27/2012 12:05:11 PM (14 years ago)
- File:
-
- 1 edited
-
wp-rss-fetcher-shortcode/trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
wp-rss-fetcher-shortcode/trunk/readme.txt
r590883 r590889 15 15 16 16 Example shortcode usage: 17 17 18 [wpmizerss url="http://feeds.feedburner.com/Wpmize" feeds_limit="5" words_limit="100" ul_class=' class="ordered"'] 18 19 20 Key Features: 21 22 * Easily embed external RSS feeds into posts or pages 23 * Limit the number of feeds to show 24 * Limit the words of the feed's title 25 * Add a custom class for the UL 26 19 27 For more details visit [the official webpage](http://www.wpmize.com/wordpress-plugins/wordpress-plugin-wp-rss-fetcher-shortcode/). 28 20 29 For more plugins and WordPress tips visit us at [wpmize.com](http://www.wpmize.com/). 21 30 … … 30 39 = How can I use the shortcode ? = 31 40 32 Example usage: 33 34 <h3>Website Feeds</h3> 41 Insert this shortcode in a page or post: 35 42 36 43 [wpmizerss url="http://feeds.feedburner.com/Wpmize" feeds_limit="5" words_limit="100" ul_class=' class="ordered"'] … … 38 45 Parameters: 39 46 40 * url =the feed URL41 * feeds_limit =limit how many feeds you want to show42 * words_limit =limit the feed title words43 * ul_class =use a custom class for the UL, example: ul_class=' class="ordered"'47 * url -> the feed URL 48 * feeds_limit -> limit how many feeds you want to show 49 * words_limit -> limit the feed title words 50 * ul_class -> use a custom class for the UL, example: ul_class=' class="ordered"' 44 51 45 52 == Screenshots ==
Note: See TracChangeset
for help on using the changeset viewer.