Home › Forums › MapPress Support › Custom Post Type Mashups (using toolset plugin) › Reply To: Custom Post Type Mashups (using toolset plugin)
May 23, 2013 at 6:37 am
#12660
Keymaster
Hi,
By default WP will only select post type ‘post’. You might try including the post type in your query:
[mashup query="post_type=location&posts_per_page=-1"]
Or just all post types:
[mashup query="post_type=any&posts_per_page=-1"]