Hi there,
Here’s how you add taxonomy and other query terms on the shortcode:
Example/s:
Category with slug “humanities”
[wp_show_posts id="1234" settings="taxonomy=category&tax_term=humanities"]
Sorted by post views in ascending order.
[wp_show_posts id="1234" settings="meta_key=post_views_count&orderby=meta_value_num&order=ASC"]
Specifying post IDs to display:
[wp_show_posts id="1234" settings="post_id=4403,3904,4002"]
Category with slug “humanities”, Sorted by post views in ascending order.
[wp_show_posts id="1234" settings="taxonomy=category&tax_term=humanities&meta_key=post_views_count&orderby=meta_value_num&order=ASC"]