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]

[one_half]

Variable Image Height

[hr]

The posts below show variable image heights. This is achieved by setting the shortcode “image_height=0”. The author avatar image is also excluded.

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

[clear]
[blog category=”6,18,16″ posts_per_page=”2″ paging=”false” image_width=”449″ author_avatar=”false” show_category_list=”false” excerpt_length=”28″ orderby=”title” order=”DESC”]
[/one_half]

[one_half_last]

Posts Without Images

[hr]

Display posts as a text only list. Disable images from the default post options or set the shortcode value “images=false”.

[blog category="1,2,3" show_category_list="false" images=false excerpt_length="70"]

[clear]
[blog category=”16,17,18,21,22″ posts_per_page=”4″ paging=”false” images=false show_category_list=”false” excerpt_length=”76″ order=”ASC”]
[/one_half_last]