Tell me more ×
WordPress Answers is a question and answer site for WordPress developers and administrators. It's 100% free, no registration required.

I built a custom search page where I have dropdown lists for category, tag and users in order to filter my returned posts.

The custom search page has a form like this

<form role="search" method="get" id="searchform" action="<?php echo home_url( '/' ); ?>">

Trouble is when I select a category then I m led to category search page.

When I select a tag then I m led to tag search page.

When I select a user then I m led to user search page.

How do I override this and ALWAYS land on my search.php page?

share|improve this question
This question was correctly responed here wordpress.stackexchange.com/questions/65934/… – p.a. Sep 25 '12 at 6:33

closed as too localized by toscho Nov 18 '12 at 23:18

This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, see the FAQ.

Browse other questions tagged or ask your own question.