Skip to content

Instantly share code, notes, and snippets.

@saivarunk
Created February 7, 2016 08:18
Show Gist options
  • Save saivarunk/90214174c646ae1b44eb to your computer and use it in GitHub Desktop.
Save saivarunk/90214174c646ae1b44eb to your computer and use it in GitHub Desktop.
//* Modify the comment link text in comments
add_filter( 'genesis_post_info', 'sv_post_info_filter' );
function sv_post_info_filter( $post_info ) {
return '[post_comments zero="Leave a Comment" one="1 Comment" more="% Comments"]';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment