I want to use my search page for categories and tags when users select either.
The only mod I need to do to the search.php is to know whether it was the result of a search, a tag or a category and I will have some code saying
You searched for : xxxx
or
Your matches for tag: zzzz
or
Your matches for category : yyyyy
How do I get category.php and tag.php to call search.php and how do I pass a variable that search.php will be able to identify ?
Any pointers or solutions will be much appreciated.