Blog Posts
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
Shortcode Option Panel
Samples
Blog with Image & Meta & Paging
[blog count="3" nopaging="false"]
Sed porttitor auctor magna. Quisque aliquam condimentum neque ac faucibus! Fusce molestie scelerisque elit, sed iaculis lectus mattis eget? Quisque molestie orci eget erat tempus lobortis. Donec tempor urna nec sollicitudin auctor? Pellentesque faucibus aliquet consectetur. Ut porta orci erat, sed bibendum quam auctor ac. Donec non molestie mi? Sed sodales sagittis sollicitudin. Morbi arcu …
Blog with Image
[blog count="1" meta="false"]
Welcome to Local Network. This is your first post. Edit or delete it, then start blogging!
Blog with Meta
[blog count="1" image="false"]
Welcome to Local Network. This is your first post. Edit or delete it, then start blogging!
Blog without Image & Meta
[blog count="1" image="false" meta="false"]
Welcome to Local Network. This is your first post. Edit or delete it, then start blogging!
Blog with Specific Category
[blog count="1" cat="4,5" image="false"]
Cras justo odio, dapibus ac facilisis in, egestas eget quam. Praesent commodo cursus magna, vel scelerisque nisl consectetur et. Sed posuere consectetur est at lobortis. Vivamus sagittis lacus vel augue laoreet rutrum faucibus dolor auctor. Sed posuere consectetur est at lobortis. Etiam porta sem malesuada magna mollis euismod. Duis mollis, est non commodo luctus, nisi …
Blog with Specific Post
[blog count="1" posts="1" image="false"]
Welcome to WordPress. This is your first post. Edit or delete it, then start writing!