Skip to content

Instantly share code, notes, and snippets.

@Kaiderella
Created December 29, 2014 09:33
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/c8e1d754b94018a83377 to your computer and use it in GitHub Desktop.
Save Kaiderella/c8e1d754b94018a83377 to your computer and use it in GitHub Desktop.
Tùy biến Trackbacks title text trong Genesis
//* Tùy biến trackbacks title trong Genesis
add_filter( 'genesis_title_pings', 'sp_title_pings' );
function sp_title_pings() {
echo '<h3>Trackbacks</h3>';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment