Puede que al intentar abrir un el sitemap.xml de nuestro WordPress recibamos el siguiente error:
This page contains the following errors: error on line 3 at column 7: XML declaration allowed only at the start of the document Below is a rendering of the page up to the first error.
Esto se suele deber a que nuestro archivo functions.php (O algunos requireds o includes en nuestro funcitons o plugins) tiene algún espacio en blanco al inicio o al final del php.
Para ello seria conveniente revisar que por ejemplo nuestro functions.php no termina algo así:
?>
Tendría que terminar con los espacios finales:
?>
Si con esto no se soluciona el problema revisa los incluidos en nuestro functions.php o plugins.