[one type=”separate”]
Defaults
Below are the options that are available for this shortcode and their default values. A hash (#) indicates a required value.
'images' => 'true', // true, false
'cats' => '', // Category IDs e.g. 51,43,12
'image_width' => 220',
'image_height' => '225',
'per_page' => '9', // Number of posts per page
'orderby' => 'date', // date, title, random
'order' => 'desc', // desc, asc
'offset' => '0', // Number of posts to exclude from beginning
'excerpt_length' => '50', // 0 to disable
'full_content' => 'false', // false, true
'title' => 'true', // true, false
'meta' => 'true', // true, false
'pagination' => 'true' // true, false,
'preload' => 'false' // false, true,
'wrap' => 'true' // true, false
And this is what you should insert into your posts and pages…
[[blog images="true" cats="" image_width="220" image_height="225" per_page="9" orderby="date" order="desc" offset="0" excerpt_length="50" meta="true" full_content="false" title="true" pagination="true" preload="false" wrap="true" /]]
[/one]
[blog cats=”5″ image_width=”350″ image_height=”350″ per_page=”2″ excerpt_length=”40″ pagination=”true” preload=”false” /]
[clear] [clear /]
[[blog cats="5" image_width="350" image_height="350" per_page="2" excerpt_length="40" pagination="true" preload="false" /]]
[blog images=”false” cats=”” per_page=”6″ excerpt_length=”10″ divider=”clear” pagination=”false” meta=”false” /]
[clear /] [clear /]
[[blog images="false" cats="" per_page="6" excerpt_length="10" divider="clear" pagination="false" meta="false" /]]
[blog cats=”5″ per_page=”3″ image_width=”650″ image_height=”200″ pagination=”false” meta=”true” excerpt_length=”100″ wrap=”false” /]
[clear /]
[[blog cats="5" per_page="3" image_width="650" image_height="200" pagination="false" meta="true" excerpt_length="100" /]]