Automattic / msm-sitemap

Comprehensive sitemaps for your WordPress VIP site. Joint collaboration between Metro.co.uk, WordPress VIP, Alley Interactive, Maker Media, 10up, and others.
74 stars 37 forks source link

Conflicts with Wordpress 5.5 Sitemaps #162

Open rodruiz opened 4 years ago

rodruiz commented 4 years ago

Because Wordpress 5.5 is using the query var "sitemap" to generate the "wp-sitemap.xml" file there is a conflict with this plugin. Both are using the same query var.

The quickest way to fix this is to use a different query var, something like "sitemap_msm".

I can submit a PR.

Thanks.