• I use the Feedburner Feedsmith plugin for the blog. unlike other blogs, I don’t have my RSS feed being shown in the address bar. I noticed it when I upgraded to WordPress 2.6.2.
    I saw the WordPress support page. It was of no help to me.
    https://codex.www.ads-software.com/Adding_Post_Feeds_to_the_Header

    This is the current RSS Feed Code in my header.php file.

    <!-- RSS feed code starts here -->
    <?php if (is_single()) { ?>
    
    <?php while (have_posts()) : the_post(); ?>
    
    <link rel="alternate" type="application/rss+xml" title="...The LuminaR... Posts Feed" href="https://feeds.feedburner.com/theluminar/posts"/?feed=rss2&amp;p=<?php the_ID(); ?>" />
    
    <link rel="alternate" type="application/rss+xml" title="...The LuminaR... Comments Feed" href="https://feeds.feedburner.com/theluminar/comments"/?feed=rss2&amp;p=<?php the_ID(); ?>" />
    
    <?php endwhile; ?>
    
    <?php rewind_posts(); ?>
    
    <?php } ?> 
    
    <!-- RSS feed code ends here -->

    Please help me out.
    Regards,
    Prashanth Kanduri
    Blog: https://theluminar.net
    Email: [email protected]

  • The topic ‘RSS Feed Icon not displayed on address bar…’ is closed to new replies.