Blogs can be inserted using shortcodes. Blog post lists can be generated from any post category or page list.

- Output blog post lists using the “blog” shortcode.
- Specify image size for featured image, or choose no image.
- Set post excerpt length.
- Set number of posts per page.
- Enable paging.
- Configure post details: Title, excerpt, post date, comments link, author link.
- Display posts by selecting categories.
- Display posts by selecting pages or all child pages from a chosen parent.
Blog Setup
Add blog post lists using shortcodes. The basic structure of this shortcode is as follows: Basic Blog Shortcode[blog category="123, 456, 99"]
.
Above is an example of a blog shortcode using only the category selector. It does not specify most options, instead relying on the default set in “Settings > Theme Settings > Blog“.
Blog Shortcode Parameters »
Examples
Blog – Posts from Category
A query to select posts from categories.
The full shortcode used to generate these posts is shown below:
[blog category="56,99" posts_per_page="3" paging="no" image_width="75" image_height="91" excerpt_length="14" comments_link="no"]
All Shortcode Parameters »
Blog – All Child Pages from Parent
-
Layout Manager
The drag-and-drop layout manager allows you to create custom layouts for your content. Configure... -
Blog Settings
Blogs can be inserted using shortcodes. Blog post lists can be generated from any... -
Contact Forms
Add unlimited custom contact forms to your site. Create custom fields by selecting the...
This query selects all child pages of the specified parent. The shortcode must contain
post_type="page"
to select pages rather than posts.
The full shortcode used to generate these posts is shown below:
[blog post_type="page" post_parent="16" posts_per_page="3" paging="no" image_width="75" image_height="73" excerpt="yes" excerpt_length="14" show_date="no" author_link="no" comments_link="no"]
All Shortcode Parameters »