Blog Posts from Shortcode (image left)

[blog template=”blog-image-left” post__in=”120,158″]

Blog image left:

Create blog post lists using the [[blog]] shortcode.

[[blog template="blog-image-left" cat="4,6"]]

The [[blog]] shortcode will accept any parameters which can be used in the wp_query object.  For strings and integer values simply add them like normal shortcode parameters, for example:  [[blog cat=”4″]]. When using array values be sure to have separate them with commas, for example:  [[blog category__not_in=”3,6,9″]].

 

[large_separator]

 

Blog Posts from Shortcode (image top)

[blog template=”blog-image-top” post__in=”122,124″]

Blog image top:

Create blog post lists using the [[blog]] shortcode.

[[blog cat="-12"]]

The [[blog]] shortcode will accept any parameters which can be used in the wp_query object.  For strings and integer values simply add them like normal shortcode parameters, for example:  [[blog cat=”4″]]. When using array values be sure to separate them with commas, for example:  [[blog category__not_in=”3,6,9″]].