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"]
If you look at this post on the single post page, as opposed to a list of posts, then you will notice that it has been set up in order to be shown with its featured image in full width above the title and with a right sidebar. Nam liber tempor cum soluta nobis At …
If you look at this post on the single post page, as opposed to a list of posts, then you will notice that it has been set up in order to be shown with its featured image in full width above the title and with no sidebar (in a full width page). At vero eos …
If you look at this post on the single post page, as opposed to a list of posts, then you will notice that it has been set up in order to be shown with its featured image in full width below the title and with no sidebar (in a full width page). Ut wisi enim …
Blog with Image
[blog count="1" meta="false"]
Willkommen zur deutschen Version von WordPress. Dies ist der erste Beitrag. Du kannst ihn bearbeiten oder löschen. Und dann starte mit dem Schreiben!
Blog with Meta
[blog count="1" image="false"]
Willkommen zur deutschen Version von WordPress. Dies ist der erste Beitrag. Du kannst ihn bearbeiten oder löschen. Und dann starte mit dem Schreiben!
Blog without Image & Meta
[blog count="1" image="false" meta="false"]
Willkommen zur deutschen Version von WordPress. Dies ist der erste Beitrag. Du kannst ihn bearbeiten oder löschen. Und dann starte mit dem Schreiben!
Blog with Specific Category
[blog count="1" cat="4,5" image="false"]
If you look at this post on the single post page, as opposed to a list of posts, then you will notice that it has been set up in order to be shown with its featured image in full width above the title and with a right sidebar. Nam liber tempor cum soluta nobis At …
Blog with Specific Post
[blog count="1" posts="1" image="false"]
Willkommen zur deutschen Version von WordPress. Dies ist der erste Beitrag. Du kannst ihn bearbeiten oder löschen. Und dann starte mit dem Schreiben!