If I replace the WordPress code for getting feeds:
<? php bloginfo('rss2_url'); ?>
with my FeedBurner link, is that all I need for it to get every posts? I guess what I'm asking is if I need a unique RSS link for each post or do they all point to the same feed link?