Skip to content

Instantly share code, notes, and snippets.

@vanloc0301
Created January 1, 2019 09:14
Show Gist options
  • Save vanloc0301/456c1e0955c7cf8172ad9862d8bbbb67 to your computer and use it in GitHub Desktop.
Save vanloc0301/456c1e0955c7cf8172ad9862d8bbbb67 to your computer and use it in GitHub Desktop.
function new_excerpt_more( $more ) {
return '<br><br>'.'<button style="background:#ee6262;color:#fff;border-radius:20px;">Đọc tiếp</button>';
}
add_filter('excerpt_more', 'new_excerpt_more');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment