Blog Layout Samples

A wide variety of post list styles can be achieved through small changes to the default blog settings or to individual blog shortcode instances. Below are examples of some of the styles which can be easily achieved through simple adjustments of shortcode parameters.

[clear]

Posts Without Images

[hr]

[one_half]

The following posts show variable image heights. This is achieved by setting the parameter «images=false».

The full shortcode used to generate these posts:

[blog category="1,2,3" posts_per_page="2" paging="false" images=false show_category_list="false" excerpt_length="30"]

[/one_half]
[one_half_last]
[blog category=»16,17,18,21,22″ posts_per_page=»2″ paging=»false» images=false show_category_list=»false» excerpt_length=»30″ order=»ASC»]
[/one_half_last]

[clear]
[clear]

Short Images with Only Titles

[hr]

[one_half]
[blog category=»6,18,16″ posts_per_page=»2″ paging=»false» image_width=»449″ image_height=»125″ author_avatar=»false» author_link=»false» show_category_list=»false» excerpt_length=»-1″ show_date=»false» comments_link=»false» read_more=»-1″ orderby=»title» order=»ASC»]
[/one_half]
[one_half_last]

These posts use a small image height and do not include excerpts or meta details.

The full shortcode used to generate these posts:

[blog category="1,2,3" posts_per_page="2" paging="false" image_width="449" image_height="100" author_avatar="false" author_link="false" show_category_list="false" excerpt_length="-1" show_date="false" comments_link="false" read_more="-1"]

[/one_half_last]

[clear]
[clear]

Variable Image Height

[hr]

[one_half]

These posts show variable image heights. This is achieved by setting «image_height=0» in the shortcode. The author avatar image is also excluded from these posts using «author_avatar=false«.

The full shortcode used to generate these posts:

[blog category="1,2,3" posts_per_page="2" paging="false" image_width="449" image_height="0" author_avatar="false" show_category_list="false" excerpt_length="28"]

[/one_half]
[one_half_last]
[blog category=»6,16″ posts_per_page=»2″ paging=»false» image_width=»449″ image_height=»0″ author_avatar=»false» show_category_list=»false» excerpt_length=»28″ orderby=»none» order=»DESC»]
[/one_half_last]