Display Posts

Blog

[blog category_name="portfolio" numberposts="3"]
[blog tag="photo" numberposts="3"]

Blog Options

Argument Default Description
cat None Category ID(s) to include/exclude.
category_name None Category slug(s) to include/exclude.
tag None Tag(s) to include/exclude.
portfolio None Portfolio slug to pull posts from, requires Portfolios plugin.
portfolio_tag None Portfolio tag to pull posts from, requires Portfolios plugin.
numberposts 4 How many posts to include.
orderby date What to order the posts by – date, title, comment_count, rand.
order DESC How to order the posts – ASC, DESC
offset 0 How many posts to offset from the start of the query.
query None Custom query string.
Ex: foo=bar&foo2=bar2
thumbs None Whether to display thumbnails — show, hide, or leave blank to use theme’s default blog setting.
meta None Whether to display meta info — show, hide, or leave blank to use theme’s default blog setting.

Post List

[post_list category_name="portfolio" numberposts="3"]
[post_list tag="photo" numberposts="3"]

Post List Options

Argument Default Description
cat None Category ID(s) to include/exclude.
category_name None Category slug(s) to include/exclude.
tag None Tag(s) to include/exclude.
portfolio None Portfolio slug to pull posts from, requires Portfolios plugin.
portfolio_tag None Portfolio tag to pull posts from, requires Portfolios plugin.
numberposts 4 How many posts to include.
orderby date What to order the posts by – date, title, comment_count, rand.
order DESC How to order the posts – ASC, DESC
offset 0 How many posts to offset from the start of the query.
query None Custom query string.
Ex: foo=bar&foo2=bar2
thumbs None Whether to display thumbnails — show, hide, or leave blank to use theme’s default post list setting.
meta None Whether to display meta info — show, hide, or leave blank to use theme’s default post list setting.
more None Whether to display text link or button leading to the post — none, text, button, or leave blank to use theme’s default post list setting.
more_text None Override text for link or button leading to the post. Note: This parameter does not show in the shortcode generator.

Post Grid

[post_grid category_name="portfolio" columns="3" rows="1"]
[post_grid tag="photo" columns="3" rows="1"]
[post_grid category_name="portfolio" columns="3" masonry="true" crop="tb_large"]

Post Grid Options

Argument Default Description
cat None Category ID(s) to include/exclude.
category_name None Category slug(s) to include/exclude.
tag None Tag(s) to include/exclude.
portfolio None Portfolio slug to pull posts from, requires Portfolios plugin.
portfolio_tag None Portfolio tag to pull posts from, requires Portfolios plugin.
columns 3 Number of posts per row.
rows 3 Number of rows, which determine the total number of posts by multiplying by the number of columns. Note: This doesn’t apply if you’re using filtering or masonry.
orderby date What to order the posts by – date, title, comment_count, rand.
order DESC How to order the posts – ASC, DESC
offset 0 How many posts to offset from the start of the query.
query None Custom query string.
Ex: foo=bar&foo2=bar2
filter false Whether to add filtering and what to filter by — false or taxonomy name to filter by.
Examples: category, tag, portfolio, etc.
filter_max None If using filtering, the maximum number of total posts to pull. Leave this blank unless you have an abnormally large amount of posts you’re pulling from, or you’re running into performance issues.
masonry false Whether to use masonry layout or not — true or false.
masonry_max 12 If using masonry (and not filtering), the maximum number of total posts to pull.
thumbs None Whether to display thumbnails — show, hide, or leave blank to use theme’s default post grid setting.
meta None Whether to display meta info — show, hide, or leave blank to use theme’s default post grid setting.
excerpt None Whether to display excerpt — show, hide, or leave blank to use theme’s default post grid setting.
more None Whether to display text link or button leading to the post — none, text, button, or leave blank to use theme’s default post grid setting.
more_text None Override text for link or button leading to the post. Note: This parameter does not show in the shortcode generator.
crop None Can manually enter a featured image crop size.

Post Showcase

[post_showcase category_name="portfolio" columns="3" excerpt="false" masonry="true" masonry_max="12" crop="tb_large"]

Post Showcase Options

Argument Default Description
cat None Category ID(s) to include/exclude.
category_name None Category slug(s) to include/exclude.
tag None Tag(s) to include/exclude.
portfolio None Portfolio slug to pull posts from, requires Portfolios plugin.
portfolio_tag None Portfolio tag to pull posts from, requires Portfolios plugin.
columns 3 Number of posts per row.
rows 3 Number of rows, which determine the total number of posts by multiplying by the number of columns. Note: This doesn’t apply if you’re using filtering or masonry.
orderby date What to order the posts by – date, title, comment_count, rand.
order DESC How to order the posts – ASC, DESC
offset 0 How many posts to offset from the start of the query.
query None Custom query string.
Ex: foo=bar&foo2=bar2
filter false Whether to add filtering and what to filter by — false or taxonomy name to filter by.
Examples: category, tag, portfolio, etc.
filter_max None If using filtering, the maximum number of total posts to pull. Leave this blank unless you have an abnormally large amount of posts you’re pulling from, or you’re running into performance issues.
masonry false Whether to use masonry layout or not — true or false.
masonry_max 12 If using masonry (and not filtering), the maximum number of total posts to pull.
titles None Whether to display post titles — show, hide, or leave blank to use theme’s default post showcase setting.
excerpt None Whether to display excerpt — show, hide, or leave blank to use theme’s default post showcase setting.
crop None Can manually enter a featured image crop size.

Mini Post List

[mini_post_list tag="photo" numberposts="6" columns="2"]

Options

Argument Default Description
thumb smaller Size of thumbnails – hide, small, smaller, smallest.
meta show Whether to show post date below post titles – show, hide.
cat None Category ID(s) to include/exclude.
category_name None Category slug(s) to include/exclude.
tag None Tag(s) to include/exclude.
numberposts 4 How many posts to include.
orderby date What to order the posts by – date, title, comment_count, rand.
order DESC How to order the posts – ASC, DESC
offset 0 How many posts to offset from the start of the query.
query None Custom query string.
Ex: foo=bar&foo2=bar2
columns 1 If you’d like to spread the posts out among more than one column, you can enter an integer here from 2-6.

Mini Post Grid

[mini_post_grid tag="portfolio" numberposts="-1"]
[mini_post_grid gallery="1,2,3"]

Options

Argument Default Description
cat None Category ID(s) to include/exclude.
category_name None Category slug(s) to include/exclude.
tag None Tag(s) to include/exclude.
numberposts 4 How many posts to include.
orderby date What to order the posts by – date, title, comment_count, rand.
order DESC How to order the posts – ASC, DESC
offset 0 How many posts to offset from the start of the query.
query None Custom query string.
Ex: foo=bar&foo2=bar2
align left How to align grid of thumbnails – left, right, center.
gallery None If you’d like to display images from a gallery instead of featured images of standard posts, you can input the ID’s of the attachments to use in the gallery.
Ex: 1,2,3