Skip to content

Instantly share code, notes, and snippets.

@chered
Last active March 16, 2018 16:59
Show Gist options
  • Save chered/0cfde22202caf46f421b8b6a4c3c2a62 to your computer and use it in GitHub Desktop.
Save chered/0cfde22202caf46f421b8b6a4c3c2a62 to your computer and use it in GitHub Desktop.
<?php $content = get_the_content();
$trimmed_content = wp_trim_words( $content, 200, '<a href="'. get_permalink() .'">...[ read more ]</a>' ); ?>
<div class="archive-trim"><?php echo $trimmed_content; ?></div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment