Plugin Directory

Changeset 643096


Ignore:
Timestamp:
12/21/2012 08:16:46 PM (13 years ago)
Author:
iTux
Message:

Updated the FAQ documentation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • post-index/trunk/readme.txt

    r643089 r643096  
    5757* subcategory - Uses the subcategory of each post as its group key.
    5858
    59 = List of supported shortcodes =
     59= List of supported attributes for the shortcode =
    6060
    61 * category: Lists all entries that are in the given category, searched by it's name.
    62 * categoryslug: Same as category but searched by the slug.
    63 * groupby: Grouping as explaned in `How to change the grouping`
    64 * post_type: The index will be build for the given post type instead of the standard type `post`.
    65 * columns: The amount of columns. Default is 1.
     61The base shortcode is `[post_index]`. You can add any of the following attributes to change the output of the index. There are some options which makes no sense to combine. For example to use the category and categoryslug attribute as they will both indicate which category has to be used.
     62
     63* **category**: Lists all entries that are in the given category, searched by it's name.
     64* **categoryslug**: Same as category but searched by the slug.
     65* **groupby**: Grouping as explaned in `How to change the grouping`
     66* **post_type**: The index will be build for the given post type instead of the standard type `post`. Please see [WordPress Codex, Post Types](http://codex.wordpress.org/Post_Types "WordPress Codex, Post Types") for details.
     67* **columns**: The amount of columns. Default is 1.
    6668
    6769== Upgrade Notice ==
Note: See TracChangeset for help on using the changeset viewer.