Category specific search

Posted in: Newspaper
Post count: 60

Hi out there!

Do you have a way of inserting a search form for a unique category? meaning, it should only search within & display results from a single category. We’d like to include this with VC/shortcode into a page (not into the taxonomy, as that would be more complicated.)

Thanks!

Post count: 23312

Hello Metric,

Unfortunately, our theme does not have any such an option that allows you a way to set a search for a specific category, sorry! Notice that is not a simple task and if you are not aware of the steps which are needed to take in this regard, please consider hiring a freelancer/developer to help you because we cannot provide custom work at the moment, sorry!

Thanks for the message!

Post count: 60

Hi,

Actually, after Googling for a few min, we found this in the 7th search result:

This is the needed code:

<form method="get" id="search form" action="/">
<div>
<input type="text" value="" name="s" id="s" />
<input type="hidden" value="22" name="cat" id="scat" />
<input type="submit" id="search_submit" name="Search" value="Search"/>
</div>
</form>

And it works flawlessly:

Even applying the theme’s style:

cheers

Post count: 23312

Hello Metric,

Thanks for the solution posted here. It could be helpful to other users who are looking for this implementation.

Thanks for the message!

Viewing 4 posts - 1 through 4 (of 4 total)
The forum ‘Newspaper’ is closed to new topics and replies.