weDevsOfficial / wedocs-plugin

A documentation plugin for WordPress
https://wordpress.org/plugins/wedocs/
GNU General Public License v2.0
195 stars 93 forks source link

How to exclude docs on the search? #39

Closed pedrohsouza1 closed 7 years ago

pedrohsouza1 commented 7 years ago

Is there any way how to exclude certain docs from the search? And maybe create different search widgets with different groups of docs?

tareq1988 commented 7 years ago

Sorry, there is no way to exclude unless you are using some code to filter them out. You could use pre_get_posts hook to do so.