I added RSS to a sidebar, as explained here, and to be exact, like this: <li> <a href="<?php bloginfo('rss2_url'); ?>" title="<?php _e('Syndicate this site using RSS'); ?>"><?php _e('<abbr title="Really Simple Syndication">RSS</abbr>'); ?></a> </li> A link to RSS appears, but there's no feed and a Not Found page appears. As you can imagine I know nothing about RSS and WP, but what's the solution, or where can I find it? Thank you...