Plugin Directory

Changeset 212610


Ignore:
Timestamp:
03/03/2010 06:18:28 PM (16 years ago)
Author:
robertdrake
Message:
 
Location:
category-shortcode-w-generator/tags/1.1
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • category-shortcode-w-generator/tags/1.1/category_shortcode.php

    r212561 r212610  
    22/*
    33Plugin Name: Category Shortcode
    4 Plugin URI: http://creeksidesystems.com
     4Plugin URI: http://robertdrake.net/projects/category-shortcode-plugin/
    55Description: Plugin adds shortcode capability for adding posts by category to a page.
    66Version: 1.1
    77Author: Robert Drake
    8 Author URI: http://creeksidesystems.com
     8Author URI: http://robertdrake.net
    99*/
    1010
  • category-shortcode-w-generator/tags/1.1/readme.txt

    r212561 r212610  
    77Stable tag: trunk
    88
     9
     10
    911Plugin adds shortcode capability for adding posts by category to a page.
    1012
    1113== Description ==
    1214
    13 This plugin creates the [Category]] Shortcode.  The code takes 5 arguments:
     15This plugin creates the [Category] Shortcode.  It also creates a menu tool to generate these codes.  The generator can be found
     16beneath the tool section of the dashboard.
     17
     18Codes can also be manually specified.  The shortcode takes 5 arguments. 
     19
    1420
    1521number: the number of posts to display.  0 equals the default number.  -1 equals the total available.
     
    2127Order By: Author, Date, Title, Modified, Parent, ID, Rand, None, or Comment Count. 
    2228
    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.
     29Category: 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.
    2430
    2531Example shortcode:
     
    2834
    2935This 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
     37Check the FAQ for styling assistance.
     38
     39
     40
    3041
    3142== Installation ==
Note: See TracChangeset for help on using the changeset viewer.