• Under Appearance > Reading, I selected “show summaries” for of my blog posts on the homepage, but the entire post is showing. How can I fix this.

Viewing 1 replies (of 1 total)
  • That settings is for RSS feed only.

    To make it in front, you have to override the template using child theme.
    https://codex.www.ads-software.com/Child_Themes

    Once you have your child theme set up and activated properly you could do that by copy over this file content.php from parent theme into your child theme’s folder.

    and change this line

    <?php if ( is_search() ) : // Only display Excerpts for Search ?>

    to this

    <?php if ( is_search() || is_home() || is_front_page() ) :  ?>
Viewing 1 replies (of 1 total)
  • The topic ‘(Twenty eleven) Blog post summaries’ is closed to new replies.