Skip to content

Instantly share code, notes, and snippets.

@Kaiderella
Created December 29, 2014 09:31
Show Gist options
  • Save Kaiderella/5809b535d118bd2fcfda to your computer and use it in GitHub Desktop.
Save Kaiderella/5809b535d118bd2fcfda to your computer and use it in GitHub Desktop.
Tùy biến Comments title text:
//* Tùy biến comments title text trong Genesis
add_filter( 'genesis_title_comments', 'sp_genesis_title_comments' );
function sp_genesis_title_comments() {
$title = '<h3>Bình luận</h3>';
return $title;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment