Blog Posts
[tabs]
[tab title= »Parameters » icon= »check » icon_color= »#3cabce »]
Parameters
[divider_line]
[list icon= »check » color= »blue »]
- count (number of posts to show per page)
- category (specific category to show) (optional)
- posts (specific posts to show) (optional)
- image (whether to display featured image): true,false
- meta (whether to display meta information): true,false
- full (whether to display all content of the post): true,false
- nopaging (whether to disable pagination): true,false
[/list]
[/tab]
[tab title= »Shortcode Option Panel » icon= »check » icon_color= »#3cabce »]
Shortcode Option Panel
[divider_line]
[image source_type= »attachment_id » source_value= »3245″ caption= »Blog Shortcode Options Panel » alt= »Blog Shortcode Options Panel » align= »center » icon= »zoom » width= »594″ autoHeight= »true » quality= »100″ lightbox= »true » title= »Blog Shortcode Options Panel »]
[/tab]
[/tabs]
[divider_padding]
Samples
[divider_line]
Blog with Image & Meta & Paging
[code]
[blog count= »3″ category__not_in= »31″ nopaging= »false »]
[/code]
[blog count= »3″ category__not_in= »31″ nopaging= »false »]
[divider_top]
Blog with Image
[code]
[blog count= »1″ category__not_in= »31″ meta= »false »]
[/code]
[blog count= »1″ category__not_in= »31″ meta= »false »]
[divider_top]
Blog with Meta
[code]
[blog count= »1″ category__not_in= »31″ image= »false »]
[/code]
[blog count= »1″ category__not_in= »31″ image= »false »]
[divider_top]
Blog without Image & Meta
[code]
[blog count= »1″ category__not_in= »31″ image= »false » meta= »false »]
[/code]
[blog count= »1″ category__not_in= »31″ image= »false » meta= »false »]
[divider_top]
Blog with Specific Category
[code]
[blog count= »1″ cat= »4,5″ category__not_in= »31″ image= »false »]
[/code]
[blog count= »1″ cat= »4,5″ category__not_in= »31″ image= »false »]
[divider_top]
Blog with Specific Post
[code]
[blog count= »1″ posts= »1″ category__not_in= »31″ image= »false »]
[/code]
[blog count= »1″ posts= »1″ category__not_in= »31″ image= »false »]