[title_row header=“Posts“]
[row header=“Recent post“]
[half_column]
[recent_post]
[/half_column]
[half_column]
[sourcecode language=“html“]
[[[recent_post]]]
[/sourcecode]
parameters
- summary : yes; no; – show excepts?
- date : yes; no; – show date?
- comments : yes; no; – show comments summary?
[/half_column]
[/row]
[row header=“Chosen post“]
[half_column]
[post id=“334″ date=“no“ comments=“no“]
[/half_column]
[half_column]
[sourcecode language=“html“]
[[[post id="1" date="no" comments="no"]]]
[/sourcecode]
parameters
- id – post id
- summary : yes; no; – show excepts?
- date : yes; no; – show date?
- comments : yes; no; – show comments summary?
[/half_column]
[/row]
[row header=“Recent / popular posts“]
[half_column]
[recent_popular_posts recent_limit=“2″ popular_limit=“4″]
[/half_column]
[half_column]
[sourcecode language=“html“]
[[[recent_popular_posts recent_limit="2" popular_limit="4"]]]
[/sourcecode]
parameters
- recent_limit – limit for recent posts
- popular_limit – limit for popular posts
- title : yes; no; – show title?
- summary : yes; no; – show excepts?
- date : yes; no; – show date?
[/half_column]
[/row]
[row header=“Archives“]
[quarter_column]
[archives header=“Archives monthly“ limit=“36″]
[/quarter_column]
[quarter_column]
[sourcecode language=“html“]
[[[archives
header="Archives monthly"
limit="36"]]]
[/sourcecode]
[/quarter_column]
[quarter_column]
[archives header=“Archives yearly“ limit=“3″ type=“yearly“]
[/quarter_column]
[quarter_column]
[sourcecode language=“html“]
[[[archives
header="Archives yearly"
limit="3" type="yearly"]]]
[/sourcecode]
parameters
- header – header text
- limit – limit for months / years quantity
- type : monthly; yearly; – aggregation after month or year
[/quarter_column]
[/row]