Blog Posts
Parameters
[divider_line]
[list style=»list1″]
- 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]
[divider_padding]
Samples
[divider_line]
Blog with Image & Meta & Paging
[code]
[blog count=»3″ nopaging=»false»]
[/code]
[blog count=»3″ nopaging=»false»]
[divider_top]
Blog with Image
[code]
[blog count=»1″ meta=»false»]
[/code]
[blog count=»1″ meta=»false»]
[divider_top]
Blog with Meta
[code]
[blog count=»1″ image=»false»]
[/code]
[blog count=»1″ image=»false»]
[divider_top]
Blog without Image & Meta
[code]
[blog count=»1″ image=»false» meta=»false»]
[/code]
[blog count=»1″ image=»false» meta=»false»]
[divider_top]
Blog with Specific Category
[code]
[blog count=»1″ cat=»4,5″ image=»false»]
[/code]
[blog count=»1″ cat=»4,5″ image=»false»]
[divider_top]
Blog with Specific Post
[code]
[blog count=»1″ posts=»1″ image=»false»]
[/code]
[blog count=»1″ posts=»1″ image=»false»]