I have a display page with the body below:
[mashup show="query" show_query="posts_per_page=-1&zoom=10&width=800&height=600&post_type=units&marker_body=marker"]
[wpv-view name=”UnitListView”]
The mashup displays properly, and the outer view of UnitListView displays properly, but results in “No posts found” on the inner view of UnitListView.
Removing the mashup shortcut produces the expected result on both outer and inner views of UnitListsView.
Would it be better for the mashup to set and restore the original query to prevent this problem? In other words, save the original query, do the mashup, then restore the original query.
Meanwhile, can you point me in the right direction to implement a workaround? Something in the body of the post before the mashup, or something in the appropriate php file?
Thanks.
Brad