Plugin Directory

Changeset 588140


Ignore:
Timestamp:
08/21/2012 02:31:11 AM (14 years ago)
Author:
ivycat
Message:

added tags to readme.txt examples

File:
1 edited

Legend:

Unmodified
Added
Removed
  • posts-in-page/trunk/readme.txt

    r588132 r588140  
    4141* [ic_add_posts orderby='title' order='ASC'] - orderby title - supports all WP orderby variables.  Order is optional, WP default
    4242* [ic_add_posts category='category-slug']  - Show posts within a specific category.  Uses slugs, can have multiple but separate by commas.   category-1,category2, etc (no spaces.)
     43* [ic_add_posts tag='tag-slug']  - Show posts using a specific tag.  Like categories, it uses slugs, and can accommodate multiple tags separate by commas.   tag-1,tag-2, etc (no spaces.)
    4344* [ic_add_posts post_type='post-type'] - Show posts that are a specific post type (only one post type right now)
    4445* [ic_add_posts tax='taxonomy' term='term'] - limit posts to those that exist in a taxonomy and have a specific term.  Both are required for either one to work
Note: See TracChangeset for help on using the changeset viewer.