Skip to content

Instantly share code, notes, and snippets.

@cheh
Forked from billerickson/functions.php
Created March 11, 2014 20:11
Show Gist options
  • Save cheh/9493983 to your computer and use it in GitHub Desktop.
Save cheh/9493983 to your computer and use it in GitHub Desktop.
<?php
// Trims by word
wp_trim_words( $text, $num_words, $moretext );
// Trims by character (and strips HTML)
wp_html_excerpt( $str, $num_char );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment