Adriaandejongh
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: RSS error: Extra content at the end of the documentI put the following at the end of the wp-includes/feed-rss2.php file:
<?php exit; ?>Now everything works like a charm! Am I doing wordpress damage now, by inserting this?
Forum: Fixing WordPress
In reply to: RSS error: Extra content at the end of the documentWhere should I look for when I want to find my site’s error logs? (Like, do the logs have a specific name?)
Forum: Fixing WordPress
In reply to: RSS error: Extra content at the end of the documentQuestion: what should stop the execution of the rest of the page when it IS working?
Forum: Fixing WordPress
In reply to: RSS error: Extra content at the end of the documentAt the bottom of the RSS feed, my entire website also gets printed, yes. Not using filters. Commenting out my loop also doesn’t solve the problem.
Any other suggestions?
Forum: Fixing WordPress
In reply to: RSS error: Extra content at the end of the documentThe only plugin I use is Disqus for comments, and deactivating it helps nothing.
Something I should mention: I integrated the loop into my own website. Could that be the cause of all troubles? Is there something that theme’s do that I should be doing as well?
Forum: Fixing WordPress
In reply to: RSS error: Extra content at the end of the documentThe question is, I guess, how can I stop the HTLM code from printing after parsing the RSS feed?
Forum: Fixing WordPress
In reply to: RSS error: Extra content at the end of the documentEven with the default theme ( on http://gameovenstudios.com/wordpress/ and http://gameovenstudios.com/wordpress/feed/ ) it still prints the entire page at the bottom of the feed… What should normally stop the page from running? The .htaccess file maybe?
Forum: Fixing WordPress
In reply to: RSS feed also prints HTML at the endForum: Fixing WordPress
In reply to: RSS feed also prints HTML at the endI only have one plugin running for the comments, so that is definitely not the problem.
I’m not using a theme, but integrated the blog into my own website. I’m pretty sure this is where the error comes from. The feed doesn’t stop the html from outputting. What should I include in my index.php to see whether the url == feed or to know that the feed is being requested, so that I can stop the html from outputting?
Forum: Fixing WordPress
In reply to: Post Comments: Change return page?So…. No solutions?