Reply To: Custom Post Type Mashups (using toolset plugin)

Home Forums MapPress Support Custom Post Type Mashups (using toolset plugin) Reply To: Custom Post Type Mashups (using toolset plugin)

#12660
Chris
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"]