Hi Ernest,
Since the update 4.9 I have been unable to exclude pages by categories. We use a plugin to add categories and tags to pages. I have also used the following code in function.php and disabled the plugin. The code works, but the search issue remains:
function myplugin_settings() {
register_taxonomy_for_object_type(‘post_tag’, ‘page’);
register_taxonomy_for_object_type(‘category’, ‘page’);
}
add_action( ‘init’, ‘myplugin_settings’ );
I can solve this issue by turning the majority of items into posts quite quickly. However, some items have to stay as pages so this isn’t really a complete solution. The issue is most pressing on search engines id=1 and id=2. The other engines are just copies configured slightly differently for mobile.
They can be found on the site /things-to-do/ and /help-and-support/
I have the category for pages support button switched on and categories excluded via the advanced tab, but I still have pages showing up in the results that shouldn’t.
Any suggestions or solutions would be gratefully received.
Great plugin. Thanks for your support!