Skip to content

Instantly share code, notes, and snippets.

@pvphong90
Created November 3, 2017 07:10
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 pvphong90/5059027c1e491ccddc44e200b19bc296 to your computer and use it in GitHub Desktop.
Save pvphong90/5059027c1e491ccddc44e200b19bc296 to your computer and use it in GitHub Desktop.
Tùy chỉnh độ dài của chữ
function custom_excerpt_length($length) {
return 30;
}
add_filter('excerpt_length', 'custom_excerpt_length');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment