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

    (@jennsweb)

    Hey! I fixed it!

    But, please let me know if this is something that’s going to blow up in my face later on ;^)

    I went to the header.php file and there are two calls for rss and atom feed urls:

    <link rel=”alternate” type=”application/rss+xml” title=”RSS 2.0″ href=”/<?php bloginfo(‘rss2_url’); ?>” />

    <link rel=”alternate” type=”application/atom+xml” title=”Atom 0.3″ href=”/<?php bloginfo(‘rss2_url’); ?>” />

    I edited those two by simply inserting the Feedburner URL feed into both like so:

    <link rel=”alternate” type=”application/rss+xml” title=”RSS 2.0″ href=”http://feeds2.feedburner.com/KenistonCompanyBlog&#8221; />

    <link rel=”alternate” type=”application/atom+xml” title=”Atom 0.3″ href=”http://feeds2.feedburner.com/KenistonCompanyBlog&#8221; />

    Now it works in both the address bar and the sidebar link.

    hope this helps!

Viewing 1 replies (of 1 total)
  • The topic ‘rss feedburner address not displaying in address bar’ is closed to new replies.