• anyone here know how to give a feed coming out of wordpress a specific name.

    for example, i’m working with someone and their site’s name is foo, so the feed coming from the blog is also called foo.

    he wants it to be something completely different (e.g., bob smith’s
    excellent adventures) but i can’t see where / how to do that.

    the only things i’m able to find are how to create category specific
    feeds and the like but not rename the whole feed as something
    different than the site name.

    thanks for your help.

Viewing 3 replies - 1 through 3 (of 3 total)
  • I don′t know if this works or if this really can help you, but in wp-includes/feed-rss2.php is the template code for the generated feed.

    Line 23 looks like:
    <title><?php bloginfo_rss('name'); wp_title_rss(); ?></title>

    Maybe you can change the name there.

    Thread Starter foomaster

    (@bmunch)

    thanks. it’s a starting point.

    giving it a try. don’t know if my feed reader is caching the old name or if it might work but i’m still getting the old name.

    aha…

    In china ,there has much more feed create site.
    in here,you can name you feed to any mane.
    then,use their url/youname

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Naming RSS Feeds’ is closed to new replies.