[h2]POSTS[/h2]
[row]
[h3]Single / recent post[/h3]
[/row]
[row]
[two_thirds_column]
[recent_post]
[/two_thirds_column]
[third_column]
[/third_column]
[/row]
[row]
[half_column]
[sourcecode language=”html”]
[[recent_post]]
[/sourcecode]
[shortcode_params name=”recent_post” preheader=”recent_post”]
[/half_column]
[half_column]
[sourcecode language=”html”]
[[post id="111"]]
[/sourcecode]
[shortcode_params name=”post” preheader=”post”]
[/half_column]
[/row]
[row]
[h3]Recent posts[/h3]
[/row]
[row]
[half_column]
[recent_posts limit=”2″]
[/half_column]
[half_column]
[sourcecode language=”html”]
[[recent_posts limit="2"]]
[/sourcecode]
[shortcode_params name=”recent_posts”]
[/half_column]
[/row]
[row]
[h3]Featured posts[/h3]
[/row]
[row]
[half_column]
[featured_posts header=”Weekly Special” subheader=”Dont miss them!” limit=”2″ tag=”featured”]
[/half_column]
[half_column]
[sourcecode language=”html”]
[[featured_posts header="Weekly Special"
subheader="Dont miss them!" limit="2"
tag="featured"]]
[/sourcecode]
[shortcode_params name=”featured_posts”]
[/half_column]
[/row]