Plugin Directory

Changeset 511261


Ignore:
Timestamp:
02/27/2012 04:54:08 PM (14 years ago)
Author:
dgilfoy
Message:

Readme.txt markup issue fix

File:
1 edited

Legend:

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

    r511252 r511261  
    3030
    3131Shortcode 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 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.
     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.
    3737 
    3838
Note: See TracChangeset for help on using the changeset viewer.