Skip to content

Instantly share code, notes, and snippets.

@NiklasHogefjord
Created July 3, 2012 22:14
Show Gist options
  • Save NiklasHogefjord/3043748 to your computer and use it in GitHub Desktop.
Save NiklasHogefjord/3043748 to your computer and use it in GitHub Desktop.
Swedish Greys filter multiple comments text
// Change the output of multiple comments text in Post header meta or Post footer meta
add_filter( 'ntp_multiple_comment_text', 'themename_multiple_comment_text' );
function themename_multiple_comment_text() {
return 'Comments: % Comments';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment