Changeset 212610
- Timestamp:
- 03/03/2010 06:18:28 PM (16 years ago)
- Location:
- category-shortcode-w-generator/tags/1.1
- Files:
-
- 2 edited
-
category_shortcode.php (modified) (1 diff)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
category-shortcode-w-generator/tags/1.1/category_shortcode.php
r212561 r212610 2 2 /* 3 3 Plugin Name: Category Shortcode 4 Plugin URI: http:// creeksidesystems.com4 Plugin URI: http://robertdrake.net/projects/category-shortcode-plugin/ 5 5 Description: Plugin adds shortcode capability for adding posts by category to a page. 6 6 Version: 1.1 7 7 Author: Robert Drake 8 Author URI: http:// creeksidesystems.com8 Author URI: http://robertdrake.net 9 9 */ 10 10 -
category-shortcode-w-generator/tags/1.1/readme.txt
r212561 r212610 7 7 Stable tag: trunk 8 8 9 10 9 11 Plugin adds shortcode capability for adding posts by category to a page. 10 12 11 13 == Description == 12 14 13 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 14 20 15 21 number: the number of posts to display. 0 equals the default number. -1 equals the total available. … … 21 27 Order By: Author, Date, Title, Modified, Parent, ID, Rand, None, or Comment Count. 22 28 23 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. 24 30 25 31 Example shortcode: … … 28 34 29 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 30 41 31 42 == Installation ==
Note: See TracChangeset
for help on using the changeset viewer.