Delete static sitemap files
-
Hello, the following message keeps appearing in AISEO:
Static sitemap files detected
AIOSEO has detected static sitemap files in the root directory of your WordPress installation. As long as these files are present, AIOSEO is unable to create your sitemap dynamically.
I added the following code to functions.php:
add_filter( ‘wp_sitemaps_enabled’, ‘__return_false’ );
add_action( ‘init’, function() {
remove_action( ‘init’, ‘wp_sitemaps_get_server’ );
}, 5 );but the same message above appears again, even when I click the “Delete static files” button!
What can I do now?
Thanks for your reply
DieterThe page I need help with: [log in to see the link]
You must be logged in to reply to this topic.