apsinkus
Member
Posted 2 years ago #
I have WP updates to "the latest and greatest", now I do not recall if that started from my 2.7 upgrade to 2.8 or not, but on every single post page I get 3 most recent post excerpts right before comments area.
I do not recall setting that up.
Any way to turn that off?
On the SINGLE.PHP file? That's weird. Can you paste the code here, from the <div id="content"> to the end of the comments area?
This is what it should look like, so maybe this will help:
<?php the_content(__('(more...)')); ?>
Sounds like yours might say the_excerpt instead.
apsinkus
Member
Posted 2 years ago #
Thanks for the hint. It was my Excerpt Editor plug-in. For some reason Excerpt Editor started acting differently with the upgrade. Did deeper digging and found it defaulted some setting that were not there before (basically it turned on appending of 3 excerpts to single page posts)
Problem fixed. Onto next issue. Thanks for the help.