• paulrhodes

    (@paulrhodes)


    Hello, Can anyone tell me how to have the items in my RSS feed link to my index page rather than the single post page? Currently, when someone clicks on the title to a post in the RSS feed they are taken to a page that only has that post. I would like them to, instead, be taken to the main index page. Thank you.
    Paul

Viewing 4 replies - 1 through 4 (of 4 total)
  • Kafkaesqui

    (@kafkaesqui)

    Wouldn’t that just confuse your readers? If I follow a link to an article, I don’t plan on having to hunt it down once I get to a site.

    I think your best option is to provide a prominent link to your home page on each single post page, but if you *really* want to change item links in feeds, you need to edit the individual syndication files. For the RSS2 feed, edit wp-rss2.php, and change this line (under <item>):

    <link><?php permalink_single_rss() ?></link>

    to:

    <link><?php bloginfo_rss('url') ?></link>

    Marc

    (@marc)

    Excellent answer Kafkaesqui.

    As one who lives by RSS. my reader contains over 1000 separate feeds, I would quickly drop a feed that directed me to the entire site vice an individual post.

    It would be like being drected to a specific page in a book and then having to sift thru a table of contents, a forward, a bibliogragrahy… etc before I saw the content desired. Noy very user friendly.

    Thread Starter paulrhodes

    (@paulrhodes)

    Thank you very much for the fast reply.

    Hello, how can I link to a category rather than the index page? 🙂

    For instance, it would be useful for my Asides. You can subscribe to the Aside feed separately from the main feed, the Aside posts are very short, there is no need to link to the single post page. I’d like to link to the Aside category.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘RSS Link to Index Rather than Single’ is closed to new replies.