Changeset 699672
- Timestamp:
- 04/18/2013 09:51:54 AM (13 years ago)
- Location:
- rssmedia
- Files:
-
- 2 edited
-
tags/0.1/readme.txt (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
rssmedia/tags/0.1/readme.txt
r691634 r699672 16 16 or `single.php`, for WordPress: 17 17 18 Example :19 `<php RSSMedia( 10, 'http://example.com/feed/'); ?>`18 Example (shows last 10 items from the specified feed with Galleria plugin): 19 `<php RSSMedia('galleria', 10, 'http://example.com/feed/'); ?>` 20 20 21 21 Example for shortcode: 22 `[rssmedia limit="5" url="http://example.com/feed/" template="1"]`22 `[rssmedia template="sidebar" limit="10" url="http://example.com/feed/"]` 23 23 24 24 Parameters: 25 25 26 1. `template` - Name of the template which will be used to display content of 27 the feed 26 28 1. `limit` - How many items, Default is `5` 27 29 1. `url` - Address of feed, default is `http://example.com/feed/` 28 1. `template` - Name of the template which will be used to display content of29 the feed30 30 31 31 = Available templates = -
rssmedia/trunk/readme.txt
r691628 r699672 16 16 or `single.php`, for WordPress: 17 17 18 Example :19 `<php RSSMedia( 10, 'http://example.com/feed/'); ?>`18 Example (shows last 10 items from the specified feed with Galleria plugin): 19 `<php RSSMedia('galleria', 10, 'http://example.com/feed/'); ?>` 20 20 21 21 Example for shortcode: 22 `[rssmedia limit="5" url="http://example.com/feed/" template="1"]`22 `[rssmedia template="sidebar" limit="10" url="http://example.com/feed/"]` 23 23 24 24 Parameters: 25 25 26 1. `template` - Name of the template which will be used to display content of 27 the feed 26 28 1. `limit` - How many items, Default is `5` 27 29 1. `url` - Address of feed, default is `http://example.com/feed/` 28 1. `template` - Name of the template which will be used to display content of29 the feed30 30 31 31 = Available templates =
Note: See TracChangeset
for help on using the changeset viewer.