Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

xml parsing error xml or text declaration not at start of entity in wordpress feed

Tags:

rss

wordpress

i'm getting following error in my wordpress site,

XML Parsing Error: XML or text declaration not at start of entity
Location: http://www.domain.com/news/feed/rss/
Line Number 3, Column 3:        <?xml version="1.0" encoding="UTF-8"?><rss version="0.92">
----------------^

i have tried almost all solutions found via google, also tried the answers of same questions here in stackoverflow, but still i'm getting this error.

do any one have any idea about how to come out of it??

like image 621
mack Avatar asked Nov 05 '22 00:11

mack


1 Answers

Try installing fix-rss-feed plugin.

Also I think you have a space before <?xml version="1.0" encoding="UTF-8"?>. Getting rid of it should do the trick.

like image 146
Libin Avatar answered Nov 10 '22 21:11

Libin