the_excerpt(): First words are missing
-
Hi everybody,
I’m currently modifying content.php. For some reasons, the_excerpt() does not display the excerpt properly: the first X words are missing (the number of missing words varies from post to post).
At another place in the website, I use the function get_the_excerpt(), which works properly.
I’m working on this place in the code:
<?php if ( is_search() ) : // Only display Excerpts for Search ?> <div class="entry-summary"> <?php the_excerpt(); ?> </div><!-- .entry-summary --> <?php else : ?> [...]
Does somebody have any idea why the_excerpt() does not work right?
Thanks,
Tadaki
Viewing 14 replies - 1 through 14 (of 14 total)
Viewing 14 replies - 1 through 14 (of 14 total)
- The topic ‘the_excerpt(): First words are missing’ is closed to new replies.