Hi – I have trawled the support forum and tried multiple things but not getting anywhere.
Have added PHP to search results page:
<?php
$s = isset($_REQUEST[‘s’]) ? “s=” . $_REQUEST[‘s’] : “”;
$query = “post_type=any&posts_per_page=-1&” . $s;
echo do_shortcode(‘[mashup query="' . $query . '" width="100%" height="250"]‘);
?>
AND tried Mashup to Category Page using [mashup query="current"]
No matter what I do – unless I query a specific Category (which won’t work with Search results) the Mashup shows all mapped posts.
What am I missing?