• Hey,

    I would like to hide all posts within certain categories from the drop down search results. Right now, all sections are hidden from view except the “posts”.

    Looking at the plugin file (sf.php), I see the function posts. The excludes variable seems to be working for only post ID’s. How do I edit this line to include post categories as well?

    $excludes = " AND ID NOT IN (".implode(',', $setting->excludes).")";

    Thanks,
    Sarah

    https://ww.wp.xz.cn/plugins/ajaxy-search-form/

The topic ‘Hiding all posts within specific categories’ is closed to new replies.