Hey @archwds ! 👋
This feature is not currently functioning properly. In the upcoming update (which should be arriving soon), you will be able to generate XML sitemaps with a simple button click, and it will automatically update when your new posts are published.
We appreciate your patience and understanding. 😊
Y’all are awesome. Updated the plugin and now the sitemaps are there. I did notice one thing.
Line 32 of the sitemap.php file creates an extra slash in the xsl url.
<?xml-stylesheet type="text/xsl" href="' . SEOKISS_URL . '/classes/sitemap-style.xsl"?>
<?xml-stylesheet type="text/xsl" href="https://XXXXX.com/wp-content/plugins/seo-kiss//classes/sitemap-style.xsl"?>
Should it be this way?
Thanks again for an awesome, lite, easy to use plugin!