Skip to content

Instantly share code, notes, and snippets.

@pvphong90
Created November 3, 2017 07:09
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/1778e0a841fe383043b7fbb25686afca to your computer and use it in GitHub Desktop.
Save pvphong90/1778e0a841fe383043b7fbb25686afca to your computer and use it in GitHub Desktop.
Để tùy chỉnh [...] sau khi trích đoạn bài, bạn có thể đặt mã sau trong functions.php:
function excerpt_read_more( $more ){
return '<a href="' . get_permalink() . '" rel="nofollow"> Read More</a>';
add_filter( 'excerpt_more', 'excerpt_read_more' );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment