leac / kamoha_2015

Wordpress theme
1 stars 0 forks source link

Excerpt on single post #22

Closed justintadlock closed 9 years ago

justintadlock commented 9 years ago

You should remove this code from 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().