Viewing 4 replies - 1 through 4 (of 4 total)
  • I personally like the plugin Special Recent Posts to do this, but there are many options out there. This one allows you to use shortcodes in posts/pages and in widgets to display post excerpts & thumbnails.

    Theme Author Christine Rondeau

    (@crondeau)

    What you could do is set up a child theme and then in your child theme folder, you could make a duplicate of the content.php.

    Look at line 29 and change it to:

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

    This will now change it to show excerpts on the home and search results.

    Let me know if that works.

    Thread Starter sargefran

    (@sargefran)

    Thanks a lot Christine, that worked like a charm.

    Theme Author Christine Rondeau

    (@crondeau)

    Awesome. Glad I could help.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Theme: Mon Cahier] How to Display Post Excerpts’ is closed to new replies.