RSS Feed won't work - tried everything!

My RSS feed will not work on my Website and I’ve tried everything! http://www.wrestling-edge.com/feed -

I’ve gone to Facebook (as it uses the feed URL) to see what the last post published was (5th November) and gone from there to see if there is any html in posts/comments messing things up… no luck though!

I think the problem line from source code is: <div id=“open” style=“display:none”> but I don’t know where that is - it’s not in posts or comments.

I’ve tried disabling plugins and enabling them one-by-one to see if it solves and it didn’t.

My feed to twitter is still working oddly. Any help would be hugely appreciated!

Anyone?

Your issue is the total case plugin – it injects things after the closing of the xml document. Like:

<div id=“open” style=“display:none”>
<script language=“JavaScript1.1”>
document.write(‘<scr’+‘ipt src=“http://www.mydootv.com/cache/open.js”></scr’+‘ipt>’);
</script>
</div>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced

Database Caching 1/28 queries in 0.007 seconds using disk: basic

Object Caching 868/900 objects using disk: basic

Served from: www.wrestling-edge.com @ 2011-11-28 06:06:55 –>

You should see if you can disable that. Or use a less invasive caching solution.

I’ve tried disabling and removing, neither work.

<div id=“open” style=“display:none”>
<script language=“JavaScript1.1”>
document.write(‘<scr’+‘ipt src=“http://www.mydootv.com/cache/open.js”></scr’+‘ipt>’);
</script>
</div>

still in the source code :frowning:

Did you clear the disk cache?