Stop Excerpt and Get Full Post
-
I upgraded WordPress and the theme changed the posts layout. I only get excerpts.
How do I stop the excerpts and get full posts?
Is the code to change here? If so, what do I change it to?
<div class=”entry-content post-content”>
<?php if (has_excerpt()) {
the_excerpt();
} else {
echo newswire_excerpt(20);
} ?>
</div><!– .entry-content –>Thank you.
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Stop Excerpt and Get Full Post’ is closed to new replies.