Changeset 511261
- Timestamp:
- 02/27/2012 04:54:08 PM (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
r511252 r511261 30 30 31 31 Shortcode usage: 32 [ic_add_posts] - Add all posts to a page (limit to what number posts in wordpress is set to), essentially adds blog "page" to page.33 [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.)34 [ic_add_posts post_type='post-type'] - Show posts that are a specific post type (only one post type right now)35 [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 work36 [ic_add_posts template='template-in-theme-dir.php'] - In case you want to style your markup, add meta data, etc. Each shortcode can reference a different template. These templates must exist in the theme directory.32 * [ic_add_posts] - Add all posts to a page (limit to what number posts in wordpress is set to), essentially adds blog "page" to page. 33 * [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.) 34 * [ic_add_posts post_type='post-type'] - Show posts that are a specific post type (only one post type right now) 35 * [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 36 * [ic_add_posts template='template-in-theme-dir.php'] - In case you want to style your markup, add meta data, etc. Each shortcode can reference a different template. These templates must exist in the theme directory. 37 37 38 38
Note: See TracChangeset
for help on using the changeset viewer.