Forums

[resolved] RSS icon appears on main page, but not blog (3 posts)

  1. Z_Everson
    Member
    Posted 3 years ago #

    The RSS icon appears in the address bar on Safari and Firefox for http://www.brandongreen.com, but not for the site's blog.

    I'm not sure if this matters, but we're using Feedburner to create the feed.

    Any idea how I can get the RSS icon to appear on the blog page?

    Thanks!

  2. Otto
    Tech Ninja
    Posted 3 years ago #

    This should be in your theme's header.php:

    <link rel="alternate" type="application/rss+xml" title="<?php bloginfo('name'); ?> RSS Feed" href="<?php bloginfo('rss2_url'); ?>" />
    <link rel="alternate" type="application/atom+xml" title="<?php bloginfo('name'); ?> Atom Feed" href="<?php bloginfo('atom_url'); ?>" />

    That's what makes the rss icon show up properly in the URL bar.

  3. Z_Everson
    Member
    Posted 3 years ago #

    Fantastic--works great. Thanks Otto!

Topic Closed

This topic has been closed to new replies.

About this Topic