Forums

Excerpt in Feed is not working (6 posts)

  1. Zettt
    Member
    Posted 6 months ago #

    Hi,

    I have a problem with my WP Blog.
    My excerpts are not showing up correctly in the Feed. Everything after <more> is being displayed in the feed as well.
    Even if i have selected to show only the excerpt in the Feed (Settings → Reading).

    Does anybody else had the same issue and may help me, please?

    Thanks,
    Zettt

  2. spstieng
    Member
    Posted 6 months ago #

    From 7.2.1 I was able yo use the_content('Read more').

    Prior to that, I had to use the following:
    <?php the_content_rss('Read more','', '', 30); ?>
    ">Read more.

    It's tha lst link that actually opens the article. The 'Read more' inside the the_content_rss is not working.

  3. spstieng
    Member
    Posted 6 months ago #

    Ok... let's try one more time.... :)

    From 7.2.1 I was able yo use the_content('Read more').

    Prior to that, I had to use the following:

    <?php the_content_rss('Read more','', '', 30); ?>
    <a href="<?php the_permalink(); ?>">Read more</a>

    It's the last link that actually opens the article. The 'Read more' inside the the_content_rss is not working.

  4. Zettt
    Member
    Posted 6 months ago #

    You mean i should edit my theme files in order to get my feed working?

    My feed has been working before. (a few months ago)

    Is it possible that a plugin can cause that problem?

  5. Zettt
    Member
    Posted 6 months ago #

    Noone? Please ...

  6. spstieng
    Member
    Posted 5 months ago #

    Yes, you should edit your theme files.
    Because how it worked prior v2.7.1 (because it didn't) is different in the latest version - because it works.

    That means that priori 2.7.1, one needed to do a workaround to show excerpts.

    It's worth a try anyway.

Reply

You must log in to post.

About this Topic

Tags

No tags yet.