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.
http://codex.wordpress.org/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="http://feeds.feedburner.com/theluminar/posts"/?feed=rss2&p=<?php the_ID(); ?>" />
<link rel="alternate" type="application/rss+xml" title="...The LuminaR... Comments Feed" href="http://feeds.feedburner.com/theluminar/comments"/?feed=rss2&p=<?php the_ID(); ?>" />
<?php endwhile; ?>
<?php rewind_posts(); ?>
<?php } ?>
<!-- RSS feed code ends here -->
Please help me out.
Regards,
Prashanth Kanduri
Blog: http://theluminar.net
Email: prashanth@theluminar.net