AI Search
Classic Search
Notifications
Clear all
Apr 11, 2023 8:18 am
When in standalone mode getting 404 while accessing https://forum.vsuite.online/sitemap.xml
I don't have any other SEO plugins installed. It's clean installation.
2 Replies
Apr 11, 2023 9:04 am
Hi @rilame
try this
add the following filter to your active WP-Themes (standalone installation) function.php
add_filter( 'wp_sitemaps_enabled', '__return_false' );
How to Easily Add Custom Code in WordPress
Apr 11, 2023 10:27 am
It worked. Thanks a lot!
