• Please, could someone help me in this issue:

    I’ve tried to write in the file “wp-rss2.php” the following tags:
    <channel>
    <title>Name of my site</title>
    <link>the url</link>
    <description>a short description</description>

    But since I didn’t put the blog’s name in the Admin – because I don’t want to show this through the header, only in the image – my feeds don’t have the blog title, the url or the basic description I created. They get just each post link. Why is this happening?

Viewing 1 replies (of 1 total)
  • Moderator James Huff

    (@macmanx)

    If removing the text display of the blog’s title and description is all that you were trying to avoid, then return wp-rss2.php to its original state (or replace it with a fresh and unaltered copy) and access your theme’s style.css file. Now, find the enteries that control the properties of the header text and description text. In the WordPress Default Theme (aka Kubrick), these are the first instances of “H1” and “.description“. Now, add “display: none;” to both entries. This will allow the blog’s title and description to continue to be used, but will prevent it from being displayed on your blog.

Viewing 1 replies (of 1 total)
  • The topic ‘RSS Feeds tags are not working!’ is closed to new replies.