Home › Forums › MapPress Support › Mashups and custom post type archvies › Reply To: Mashups and custom post type archvies
August 10, 2015 at 9:12 am
#16106
Hi,
I gave an example of doing the mashup for all the posts in the current category. For category, the query variable is ‘cat’. It should be set when WordPress displays an archive of posts for that category.
For custom taxonomies, the query variable is usually the same as the taxonomy. So the mashup to show all posts for the current trail is:
[mashup query="trail=@trail&posts_per_page=-1"]