• How do I add a title to my Rss feed. When I view the feed the Channel title section along with the descripton is empty.

    I go to the file: public_html/wp-rss2.php

    I then alter this section:

    <channel>
    <title><?php bloginfo_rss(‘name’) ?></title>
    <link><?php bloginfo_rss(‘url’) ?></link>
    <description><?php bloginfo_rss(“description”) ?></description>

    but nothing happens…am I in the wrong folder. I cant figure it out..any suggetions?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter dinevine

    (@dinevine)

    I figured it out ….Thanks

    Drat — I can’t figure it out. My title in the admin panel is left blank because I put it in the image file. Can someone tell me how to add a title to rss2.php in these circumstances. I’m very grateful if you can keep it basic so I can work with it in my RSM (really simple mind.)

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Rss2.php feed title problem’ is closed to new replies.