Changeset 212569
- Timestamp:
- 03/03/2010 04:29:02 PM (16 years ago)
- Location:
- category-shortcode-w-generator/trunk
- Files:
-
- 2 edited
-
category_shortcode.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
category-shortcode-w-generator/trunk/category_shortcode.php
r212560 r212569 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/trunk/readme.txt
r212560 r212569 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. The code takes 5 arguments: 14 16 15 17 number: the number of posts to display. 0 equals the default number. -1 equals the total available.
Note: See TracChangeset
for help on using the changeset viewer.