Home › Forums › MapPress Support › mashups with post__in no longer working after upgrade › Reply To: mashups with post__in no longer working after upgrade
January 20, 2013 at 8:40 pm
#11413
Hi,
I’ll be happy to look into it. The query problem with ‘array’ parameters was fixed in 2.39.6, or at least I thought it was.
Can you provide a link to a page with the problem so I can see what’s getting sent in with the query?
Also, if you could echo the entire query, and let me know it is, that would be helpful. I think you could code like:
<?php echo ‘[mashup width="540" height="360" maxZoom="4" maptypeid="hybrid" marker_title="post" marker_body="none" directions="none" overviewmapcontrol="false" show="query" show_query="post_type=any&post__in='.$mapIDs.'"]‘; ?>