• Hello folks,

    I’ve tried to install a feed on my website, but it also outputs the html code of the page at the bottom. How do I go about this? Is there a way to know in the top of my index.php whether the feed is requested and not outputting the website? In programming terms I might be looking for: if(page == feed) DontOutputHtml();.

    Website: https://gameovenstudios.com/
    Feed: https://gameovenstudios.com/feed/

    On another note: the vimeo iframe is also not supported in RSS, how do other people go about this?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Have you tried:

    – deactivating all plugins to see if this resolves the problem. If this works, re-activate the plugins one by one until you find the problematic plugin(s).

    – switching to the default theme to rule out any theme-specific problems.

    resetting the plugins folder by FTP or PhpMyAdmin. Sometimes, an apparently inactive plugin can still cause problems.

    Thread Starter Adriaandejongh

    (@adriaandejongh)

    I 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?

    What is the url of your WordPress site?

    Thread Starter Adriaandejongh

    (@adriaandejongh)

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘RSS feed also prints HTML at the end’ is closed to new replies.