Displaying complete first post, then truncate the rest.
-
I’ve been searching for an answer, but haven’t quite found one yet.
I have my posts on the home page truncated, and I’d like to find a way to keep all but the first post truncated. Is there a way to do this?
<?php $excerpt = get_the_excerpt(); echo string_limit_words($excerpt,80); ?>
That’s what I’m currently using to display the excerpts on the home page.Thanks for any help!
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘Displaying complete first post, then truncate the rest.’ is closed to new replies.