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

    (@otto42)

    www.remarpro.com Admin

    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.

    Thread Starter Z_Everson

    (@z_everson)

    Fantastic–works great. Thanks Otto!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘RSS icon appears on main page, but not blog’ is closed to new replies.