• Resolved jongraphs

    (@jongraphs)


    In the process of customizing the WordPress theme, I must have screwed something up with the RSS!

    Here’s my website- https://amadimag.com/blogosphere/?p=873.
    Please scroll down to the end of the article, just before the comments, and click “follow any responses to this entry through the RSS 2.0 feed”. As you can see, it shows some sort of code related to the RSS, without actually just showing the RSS feed.

    Any and all help is appreciated.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter jongraphs

    (@jongraphs)

    I guess what I should be asking is, in which PHP file can I safely put HTML so as not to break the RSS? index.php? wp-blog-header.php? Because when I delete all my additional HTML from all of the PHP files, RSS works fine. But somehow, someway, HTML throws off the RSS.

    Thread Starter jongraphs

    (@jongraphs)

    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^

    kmessinger

    (@kmessinger)

    You can safely add html to heading, and footer. There may be others depending on what you add but, you need to do them one at a time and test so you can easily go back. Normally you would never change any of the basic files in wp-includes or wp-admin. Try the files in your /theme/whatever folder. Many of your changes can be done in css.

    If you still have a problem I would reupload the wp-includes folder or at a minimum the 7 “feed” files in that folder.

    Thread Starter jongraphs

    (@jongraphs)

    It worked perfectly! Thank you so much! I moved ALL html code into either header.php or footer.php.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘I broke my RSS feed’ is closed to new replies.