You can use [[blogs]]
to show blogs of all categories
Add the limit
attribute to only show a certain amount of blogs, use [[blogs limit="5"]].
Display a Specific Category of Blogs
Use [[blogs category="ID"]]
for a specific category
Add the limit
attribute to only show a certain amount of blogs, use [[blogs category="1" limit="5"]].
Display a Menu of Latest Blogs
To show a menu of the latest blogs you can use the [[latest-blogs]]
shortcode.
By default this will show the five latest blogs. If you want to change the number of blogs that show, add the limit
attribute.
[[latest-blogs limit="3"]]