Sed ut quam odio
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam...Read More
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
'width' => '640',
'height' => '250',
'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
'shadow' => 'none', // none, shadow-xs, shadow-s, shadow-m, shadow-l, shadow-xl
'reflection' => 'none', // none, reflection-s, reflection-m, reflection-l
'divider' => 'curved', // curved, line, top, clear
'meta' => 'true', // true, false
'pagination' => 'true' // true, false,
'preload' => 'false' // false, true,
'wrap' => 'false' // false, true
And this is what you should insert into your posts and pages…
[blog images="true" cats="" width="640" height="250" per_page="9" orderby="date" order="desc" offset="0" excerpt_length="50" meta="true" full_content="false" title="true" shadow="none" reflection="none" divider="curved" pagination="true" preload="false" wrap="false" /]
[blog cats="5" width="640" height="170" per_page="3" excerpt_length="50" shadow="shadow-m" reflection="reflection-s" divider="line" pagination="false" /]
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam...Read More
Donec ullamcorper ipsum sit amet turpis mattis vulputate. Nullam...Read More
Suspendisse dapibus eleifend velit, sit amet lacinia est tincidunt...Read More
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Donec...Read More
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam...Read More
[blog images="false" cats="" per_page="5" excerpt_length="10" divider="clear" pagination="false" meta="false" /]
[blog cats="1" per_page="1" full_content="true" divider="clear" pagination="false" meta="true" /]
[blog cats="5" per_page="3" width="150" height="200" divider="line" pagination="false" meta="true" wrap="true" /]