Support » Fixing WordPress » RSS Feed Icon Just Doesn’t Show Up

  • Resolved jdcfsu

    (@jdcfsu)


    I don’t really know what’s going on here. I’m using self-hosted WordPress 2.6.1 and am trying to edit the feed-rss.php and feed-rss2.php files to allow for an RSS Favicon. The code I’m inserting is as follows:

    <image>
        <title>Justin Cox's Mindless Chatter</title>
        <url>http://www.justincox.com/rss.jpg</url>
        <link>http://www.justincox.com</link>
        <width>128</width>
        <height>128</height>
        <description>Justin Cox's Mindless Chatter - http://www.justincox.com</description>
    </image>

    This is dropped inside the <channel> right before the <item> tag begins. I have tried hard coding this and using a WP plugin and cannot seem to get the stupid image to show up. I’ve tried using a .png and a .jpg image and still it doesn’t work. I’m pretty much at a loss here. Hopefully someone can help.

Viewing 1 replies (of 1 total)
  • Thread Starter jdcfsu

    (@jdcfsu)

    Problem solved. No special coding is needed, nor any plugins. Just a favicon.ico file in the root folder. Not the WordPress root, the site root. It must be titled favicon.ico. I had icon.ico before and it did not work.

Viewing 1 replies (of 1 total)
  • The topic ‘RSS Feed Icon Just Doesn’t Show Up’ is closed to new replies.