Comprehensive sitemaps for your WordPress VIP site. Joint collaboration between Metro.co.uk, WordPress VIP, Alley Interactive, Maker Media, 10up, and others.
73
stars
37
forks
source link
Add status header to template to overload core 404 #168
Core introduced sitemaps in 5.5 and a workaround for the 404 bug was introduced here in #161
Instead of relying on a workaround, however, status_header will overload any previously set status_header value. As we're already defining headers in the template, it seems like a natural location to add a one line fix for this problem.
Core introduced sitemaps in 5.5 and a workaround for the 404 bug was introduced here in #161
Instead of relying on a workaround, however,
status_header
will overload any previously set status_header value. As we're already defining headers in the template, it seems like a natural location to add a one line fix for this problem.