Skip to content

Instantly share code, notes, and snippets.

@quangbahoa
Last active January 2, 2016 11:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save quangbahoa/8295447 to your computer and use it in GitHub Desktop.
Save quangbahoa/8295447 to your computer and use it in GitHub Desktop.
echo wp_trim_words( get_the_content(), 120 ); // Dành cho content
echo wp_trim_words( get_the_excerpt(), 60 ); // Dành cho excerpt
echo wp_trim_words( get_the_title(), 40 ); // Dành cho title
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment