Forums

"Read More" truncation in RSS feed (2 posts)

  1. benjiw
    Member
    Posted 2 months ago #

    Is there any way to have only the content up to the "Read More" link displayed in the RSS feed? I know this used to be the default behavior in Wordpress versions prior to 2.5, but I can't figure out how to make it work in 2.8.4.

    In other words, I would like the <---more--> tag to trigger truncation in the RSS feed. Is this possible?

    Thanks much.

  2. Shane G
    Member
    Posted 2 months ago #

    Hi,

    Open your RSS feed file and search for this:

    the_content();

    and Replace with:

    the_excerpt();

    Thanks,

    Shane G.

Reply

You must log in to post.

About this Topic