[h2]POSTS[/h2]
[row]
[h3]Single / recent post[/h3]
[/row]
[row]
[two_thirds_column]
[recent_post]
[/two_thirds_column]
[third_column]
[sourcecode language=»html»]
[[recent_post]]
[/sourcecode]
[[recent_post]] parameters
- date: yes; no; – show date?
- categories: yes; no; – show categories?
- author: yes; no; – show author?
- image: yes; no; – show image?
- summary: yes; no; – show excerpt?
- readmore: yes; no; – show read more button?
[sourcecode language=»html»]
[[post id="111"]]
[/sourcecode]
[[post]] parameters
- id – post id
- date: yes; no; – show date?
- categories: yes; no; – show categories?
- author: yes; no; – show author?
- image: yes; no; – show image?
- summary: yes; no; – show excerpt?
- readmore: yes; no; – show read more button?
[/third_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]
parameters
- header – header text (optional)
- limit – number of posts
[/half_column]
[/row]
[row]
[h3]Featured posts[/h3]
[/row]
[row]
[half_column]
[featured_posts header=»Weekly Special» subheader=»Dont miss them!» limit=»2″ tags=»featured»]
[/half_column]
[half_column]
[sourcecode language=»html»]
[[featured_posts header="Weekly Special"
subheader="Dont miss them!" limit="2"
tags="featured"]]
[/sourcecode]
parameters
- header – header text (optional)
- subheader – subheader text (optional)
- tags – tags separated with commas
- limit – number of posts
[/half_column]
[/row]