• Hello.

    I am using the latest version of wordpress (in french) with Chocotheme.
    I have the foillowing problem : my feed is only showing a summary of my posts, even though I hvae asked that the full text be shown in the control panel.

    You can see the feed at http://www.youpipad.com/rss
    I have searched this forum and other sources for this problem but have not found any answer to my problem.

    Now, I notice that if I go to http://www.youpipad.com/rss2, then the full text appears in the feed.

    Could anyone explain me either :
    * how I could make http://www.youpipad.com/rss show full text
    * How I could make the rss button on my homepage point to rss2 instead of rss ?

    I’d be most grateful.
    Best regards,

Viewing 2 replies - 1 through 2 (of 2 total)
  • always backup files before making changes

    open the theme’s header.php and find this line near bottom
    <a href="<?php bloginfo('rss_url'); ?>" id="rss-link">RSS</a>
    change to
    <a href="<?php bloginfo('rss2_url'); ?>" id="rss-link">RSS</a>
    save file

    open theme’s footer.php
    find this line
    <a href="<?php bloginfo('rss_url'); ?>">Entries (RSS)</a>
    change to
    <a href="<?php bloginfo('rss2_url'); ?>">Entries (RSS)</a>
    save file

    Thread Starter sykurmoli

    (@sykurmoli)

    Thanks a lot. seems to word 🙂

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