• Resolved fatcat7060

    (@fatcat7060)


    I’d like to display only excerpts of posts, rather than the entire article. In Dashboard, I’ve selected to “display summary”, yet I’m still getting the entire article.

    On the page where one types up and edits posts, I do see the “manual excerpt” field. I’d prefer not to have to create the excerpt each time. I’d be happy with the default 55 word excerpt.

    Is there something we’ve overlooked in order to get the 55 word excerpt working? Will it automatically add a “read more” link to take readers to the full article/post?

    Thank you!

Viewing 3 replies - 1 through 3 (of 3 total)
  • I’ve selected to “display summary”

    That’s for your RSS feed – not your posts’ display. Try editing the relevant template file(s) in your theme and replacing <?php the_content();?> with <?php the_excerpt();?>

    In the settings the display excerpts is for the RSS feed not the themes posts.

    The easiest way is insert the more link in the editor, this is much cleaner than having a read more link in the middle of a sentence.

    To show the 55 word excerpt unless the theme has an option for it then you would need to edit the code, I wrote a post that explains how the excerpts word.

    HTH

    David

    Thread Starter fatcat7060

    (@fatcat7060)

    Ahhh haa — thank you all, this clears things up! Very, very helpful info. Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Vanishing excerpt field’ is closed to new replies.