Hi, I’m having an issue with presetting the custom post type filter using a custom URL. I followed the steps on this page.
I have two search instances. One instance is on a normal page and one on the search page via shortcode on the search.php template.
From the instance on the normal page I’m redirecting to the search page and trying to preset the Post Types Filter.
Using this as the redirect url I get from following the steps from the Presetting search options via a custom URL page:
/?s={phrase}&customset[]=podcast&p_asid=8&p_asp_data=1&customset[]=podcast&filters_initial=1&filters_changed=1&qtranslate_lang=0¤t_page_id=28019&asp_s=&asp_id=8
After the search page loads the URL parameters get overwritten and all of the post types get selected instead of just the one I’m trying to set in the URL parameter.
Is there a parameter or setting I’m missing?