Being able to display a list of posts within a page (or other post) is very useful. In this tutorial I’m going to show you how to write a simple post query short code that will allow you to display a list of posts from any category, tag, or custom taxonomy.
I apologize if I move a little quickly in the video, I was limited for time.
Our final code:
You must be logged in to view the rest of this content. Register or login from the sidebar.

Thanks for this Pippin – just what I needed.
I found that the plugin defaults to displaying just 5 posts so for anyone who wants to show more, just edit line 37 and include the numberposts argument as follows:
$post_args = array('tax_query' => $tax_query, 'numberposts' => 10, );Mike
Excellent thank you Pippin, your post has helped me to sole a problem thats has been bugging me for the last 2 hours, the internet is great…thank you!