Created
June 28, 2017 06:57
-
-
Save topleague/e43edc0005e17ae61416b0734f62460b to your computer and use it in GitHub Desktop.
Modify Trackbacks Headline text in Genesis
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//* 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