RSS Setup

Instructions

 

    • 1

      Determine where to locate the RSS feed button. In most themes, RSS feeds are pre-installed in the sidebar — “sidebar.php” — or footer — “footer.php” — file.

    • 2

      Open the desired file with a text editor. Find either file in the “\wordpress\wp-content\themes\ThemeName” folder.

    • 3

      Insert the following code in the file before the closing “</div>” tag:

      <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>

    • 4

      Save the file and close the editor.

Read more: How to Create an RSS Feed for a WordPress Blog | eHow.com http://www.ehow.com/how_8491176_create-rss-feed-wordpress-blog.html#ixzz26yxRCREk