1.5.3
Changes
- feat: use custom XSL stylesheets by @GaryJones
This is a hotfix release to fix #229. Without this, your XML sitemaps may appear to be blank. The XML is present in the source, so search engines can read them; it's just the human view that looks blank.
You'll need to refresh the rewrite rules, and regenerate the sitemaps:
wp rewrite flush- Or visit Settings -> Permalinks in wp-admin.
wp msm-sitemap generate --all --force- This will take a while, depending on the number of posts you have, so you can also do this via year/month/day e.g.
wp msm-sitemap generate --date=2025-09 --force.
- This will take a while, depending on the number of posts you have, so you can also do this via year/month/day e.g.