Changeset 212609
- Timestamp:
- 03/03/2010 06:18:00 PM (16 years ago)
- File:
-
- 1 edited
-
category-shortcode-w-generator/trunk/readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
category-shortcode-w-generator/trunk/readme.txt
r212569 r212609 13 13 == Description == 14 14 15 This plugin creates the [Category] Shortcode. The code takes 5 arguments: 15 This plugin creates the [Category] Shortcode. It also creates a menu tool to generate these codes. The generator can be found 16 beneath the tool section of the dashboard. 17 18 Codes can also be manually specified. The shortcode takes 5 arguments. 19 16 20 17 21 number: the number of posts to display. 0 equals the default number. -1 equals the total available. … … 23 27 Order By: Author, Date, Title, Modified, Parent, ID, Rand, None, or Comment Count. 24 28 25 Category: this is the category id the category or categories that should be searched. Multiple categories can be specified in a comma separated list.29 Category: this is the category id the category or categories that should be searched. The generator cannot be used for multiple categories, but multiple categories can be specified in a comma separated list. 26 30 27 31 Example shortcode: … … 30 34 31 35 This will show 5 posts in ascending order of category 11 and 45 as arranged by comment_count and will display just the post titles. 36 37 Check the FAQ for styling assistance. 38 39 40 32 41 33 42 == Installation ==
Note: See TracChangeset
for help on using the changeset viewer.