Skip to content

Instantly share code, notes, and snippets.

@topleague
Created June 28, 2017 06:57
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 topleague/e43edc0005e17ae61416b0734f62460b to your computer and use it in GitHub Desktop.
Save topleague/e43edc0005e17ae61416b0734f62460b to your computer and use it in GitHub Desktop.
Modify Trackbacks Headline text in Genesis
//* Modify trackbacks title in comments
add_filter( 'genesis_title_pings', 'topleague_title_pings' );
function topleague_title_pings() {
echo '<h3>Trackbacks</h3>';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment