Viewing 2 replies - 1 through 2 (of 2 total)
  • Moderator Samuel Wood (Otto)

    (@otto42)

    www.remarpro.com Admin

    Those links are fine. Your problem is that your feed starts with a blank line. There’s a lot of possible causes for this. The most common are:
    a) Having a blank line at the very top or bottom of a plugin.
    b) Having a blank line at the very top of bottom of your theme’s functions.php file.
    c) Having a blank line at the very top of bottom of your wp-config.php file.
    d) Having a blank line at the very top of bottom of any other major WordPress file.

    Find, and remove, this blank line. It will be outside the <?php…?> tags in the file.

    Also, you have created a “feed” directory which is preventing your normal “Entries” feed from working. Remove the directory named “feed” from your site.

    Thread Starter Fit

    (@fit)

    FIXED

    Wow Otto, Thanks a bunch. This just saved me tons of time.

    I had blank lines at the end of comments.php and header.php after the close …?>

    There was some HTML code after that with blank lines between it and apparently that’s all it took to screw things up.

    All is well.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Can’t Generate RSS feeds of Entries’ is closed to new replies.