Rss2.php feed title problem
-
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)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Rss2.php feed title problem’ is closed to new replies.