Search Template – Exclude Category

Posted in: Newspaper
Post count: 53

Is there a way to exclude a specific category from search results in the tag composer search template. Or include results from a specific category only.

Post count: 20688

Hi,

There isn’t unfortunately.

It could be done with a code, the one from the bottom of this topic seems to work https://stackoverflow.com/questions/69767414/exclude-category-from-search-results-in-wordpress Just replace the ID with your own. This is for excluding one or more categories from the search results. It can be modified to include one or more categories instead, by changing it here to IN -> https://prnt.sc/KCFcDuHLzh7h

It can be loaded in the theme functions, or a child theme functions, or with a code plugin like this one https://wordpress.org/plugins/insert-headers-and-footers/

You could give it a try.

Thank you!

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