Created
February 7, 2016 08:18
-
-
Save saivarunk/90214174c646ae1b44eb to your computer and use it in GitHub Desktop.
This file contains hidden or 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 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