Parameters
- 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
Samples
Blog with Image & Meta & Paging
[blog count="2" nopaging="false"]
Blog with Image
[blog count="1" meta="false"]