Changeset 588140
- Timestamp:
- 08/21/2012 02:31:11 AM (14 years ago)
- File:
-
- 1 edited
-
posts-in-page/trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
posts-in-page/trunk/readme.txt
r588132 r588140 41 41 * [ic_add_posts orderby='title' order='ASC'] - orderby title - supports all WP orderby variables. Order is optional, WP default 42 42 * [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.) 43 44 * [ic_add_posts post_type='post-type'] - Show posts that are a specific post type (only one post type right now) 44 45 * [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.