XML error on sitemap.xml

When I visit sitemap.xml of my WordPress website I see this error. Here is the image

Topic google-xml-sitemaps Wordpress

Category Web


I look for empty lines inside every PHP files but I didn't find any but at last, I found the solution the error was due to a function which I declare in my functions.php file, the function was register_sidebar(); but I was not using it in my theme anywhere. When I removed this function in my functions.php file then sitemap.xml of my website working correctlyenter image description here


This is probably due to empty lines inside your custom php files. Try checking every php file you edited for empty lines after the ?> closing tag: the tag should be the last character of any file.

About

Geeks Mental is a community that publishes articles and tutorials about Web, Android, Data Science, new techniques and Linux security.