Closed justintadlock closed 9 years ago
You should remove this code from content-single.php:
content-single.php
<div class="entry-summary"> <?php the_excerpt(); ?> </div><!-- .entry-summary -->
It's showing the excerpt above the content.
If that's a design decision, at the very least, don't show auto-generated excerpts. You can check if the user has written an excerpt with has_excerpt().
has_excerpt()
You should remove this code from
content-single.php
:It's showing the excerpt above the content.
If that's a design decision, at the very least, don't show auto-generated excerpts. You can check if the user has written an excerpt with
has_excerpt()
.