Skip to content

Instantly share code, notes, and snippets.

@leavlzi
Last active September 29, 2017 18:15
Show Gist options
  • Save leavlzi/5bbd7994a22a707d62c467a2c9921dbf to your computer and use it in GitHub Desktop.
Save leavlzi/5bbd7994a22a707d62c467a2c9921dbf to your computer and use it in GitHub Desktop.
Function to make custom excerpt
//Replace
<?php the_content(); ?>
//with
<?php echo mb_strimwidth(strip_tags(apply_filters('the_content', $post->post_content)), 0, 120,"......"); ?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment