are you using a child theme?
what files have you edited?
where do you want to see the excerpts?
one place to edit would be in content.php (in a child theme);
this section:
<?php if ( is_search() ) : // Only display Excerpts for Search ?>
<div class="entry-summary">
<?php the_excerpt(); ?>
</div><!-- .entry-summary -->
and change if ( is_search() ) : for example to if ( is_search() || is_home() ) : … (this would show excerpts on the main blog page)
Thread Starter
vicky2
(@vicky2)
Thanks, no, I’m not using a child theme. As far as I know, no edits have been made to the theme files. What code do I add, and where, to the non-child theme?
-
This reply was modified 8 years, 10 months ago by
vicky2.