Support Forums

Looking for support? You can access the support system via your account.

Forums Forums Search & Filter Pro Search on current category only

Viewing 3 posts - 1 through 3 (of 3 total)
  • rolo laria
    #272996

    Hello,

    I need a single search box that searchs in current category only

    For example:

    User is reading some post from category A,
    If he searchs something, all search results must be from category A only

    User is reading some post from category B,
    If he searchs something, all search results must be from category B only

    How can I do it?

    Thanks!

    Trevor Moderator
    #272997

    Can I pre-suppose that your posts will only ever have ONE taxonomy term associated with them, even though WordPress allows any number of taxonomy terms to be set for any post?

    If so, the taxonomy would have to be the source for a field in the form (even though you might hide it using CSS) and you would need some JavaScript (I cannot provide you with a snippet) to detect the taxonomy term for that post, and set it in the form. So, when the user submits a search, that term is attached to the search.

    rolo laria
    #273003

    Thanks!

Viewing 3 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic.