Now I am using custom permalinks in WordPress for my posts and pages but when I try to set an RSS feed for each individual post or page the RSS feed dosen't display the feed it only displays the current web page. It seems that the home page feed is the only one that works which doesn't use custom permalinks. Here is the code to display a feed for an individual post or page below.
<a href="<?php bloginfo('url'); ?>?feed=rss&p=<?php the_ID(); ?>" target="_blank">RSS 2.0</a>