Parameters
tax:
The taxonomy for the posts.
default: 'cat'
options: 'cat', 'tag'
counts:
(Optional) The number of posts to display on each page.
default: '4'
options: integer
cats:
(Optional) The category ID’s to pull posts from. Can be entered as a comma separated list.
default: ''
Value: '1,2,3'
posts:
(Optional) The post ID’s to pull posts from. Can be entered as a comma separated list.
default: ''
Value: '1,2,3'
order:
(Optional) Designates the ascending or descending order of the 'orderby' parameter.
default: 'DESC'
options: 'ASC', 'DESC'
orderby:
(Optional) Sort retrieved posts by parameter.
default: 'date'
options: 'ID', 'title', 'name', 'date', 'rand', 'comment_count', 'menu_order'
Code
[latest_blog tax="cat" counts="4" cats="" posts="" order="DESC" orderby="date"]