• Resolved blogrenee

    (@blogrenee)


    i have accidently deleted my feeds that came with the theme i downloaded from wordpress… any way to get it back? there was also something that was called RSS feeds and Meta… im sure of what these things are and how to get it back.im really new to all of this, so thanks alot.


    http://blogrenee.com

Viewing 4 replies - 1 through 4 (of 4 total)
  • You mean the link to your feed. You can add it to your theme templates (most usually place it in the sidebar) by using something like this:

    <a href="<?php bloginfo('rss2_url'); ?>" title="Syndicate this site using RSS2">RSS</a>

    The default theme’s sidebar.php provides a good example of the typical “meta” section, so you could copy that over to yours.

    Thread Starter blogrenee

    (@blogrenee)

    thank you so much. however i am wondering: does my site even need this? wat are the benefits for this?


    http://blogrenee.com

    I can’t really answer that, as I don’t know [A] how you intend to use your blog, and [B] what type of visitors/readers you want to attract (if any) and how they will go about accessing your blog’s content.

    Here’s some material on site syndication (focused on WP) that should help you decide if you want or need it:

    http://codex.wordpress.org/WordPress_Feeds
    http://wordpress.org/support/topic/39178

    Thread Starter blogrenee

    (@blogrenee)

    oh okay thanks a lot. 🙂

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘feeds’ is closed to new replies.