Skip to content

Instantly share code, notes, and snippets.

@Kaiderella
Created December 29, 2014 09:28
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 Kaiderella/edc1aab2055c3b4aaa60 to your computer and use it in GitHub Desktop.
Save Kaiderella/edc1aab2055c3b4aaa60 to your computer and use it in GitHub Desktop.
Tùy biến comments link trong Genesis
//* Tùy biến comments link trong Genesis
add_filter( 'genesis_post_info', 'sp_post_info_filter' );
function sp_post_info_filter( $post_info ) {
return '[post_comments zero="Để lại một bình luận" one="1 Bình luận" more="% Bình luận"]';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment