• Hi!
    Do you know how can I search just some categories, not all of them?
    I would like to show the posts of two categories, but I have 10 categories.

    Thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • I’m using this workaround:
    Edit file search-filter.php
    Goto line 1101 (<form action=”” method=”post” class=”searchandfilter’.$addclass.'”>)
    Add this line after line 1101: <input type=”hidden” name=”category” value=”5″>

    5 is the category-id

    Sorry, this is working for 1 category only, but maybe it could you.

    … but maybe it could help you …

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Show posts from a specific category’ is closed to new replies.