Parameters
- category : category name (eg. team category with some post items)
- num : number of items to display
- orderby : ID | author | title | date | rand | menu_order
- column : 2|3|4
- image_style : rounded|square|none
- image_align : left|center|right
- fullwidth : true | false, set to true when your pages assigned to Full With page template
- readmore_text : Read more button text
- text_limit : text limit number for excerpt content
- margin_bottom : additional margin bottom for image
Example
View Code
[postlist category="team" num=4 orderby="date" column=4 image_style="rounded" image_align="center" image_size="medium" fullwidth="true" readmore_text"Read more" text_limit=18 margin_bottom=10]
View Code
[postlist category="team" num=3 orderby="date" column=3 image_style="rounded" image_align="left" image_size="small" fullwidth="true" readmore_text"Read more" text_limit=18 margin_bottom=40]
View Code
[postlist category="team" num=3 orderby="date" column=3 image_style="square" image_align="center" image_size="big" fullwidth="true" readmore_text"Read more" text_limit=26 margin_bottom=10]
View Code
[postlist category="team" num=3 orderby="date" column=3 image_style="square" image_align="left" image_size="small" fullwidth="true" readmore_text"Read more" text_limit=28 margin_bottom=70]