WordPress Yoast exclude posts from XML sitemap – SEO
I’m using Yoast SEO plugin and I'm trying to exclude posts manually from posts XML sitemap using 'wpseo_sitemap_entry' filter but so far have no luck. This is my current code: function sitemap_exclude_post( $url, $type, $post) { if($post->ID == 6298 )…