Modify Comment Link
If you want to modify the comment link, use the snippet below
add_filter( 'genesis_post_info', 'snippet_post_info_filter' );
function snippet_post_info_filter( $post_info ) {
return '[[post_comments zero="Add comment" one="1 comment" more="% comments"]]';
}
Related Posts
- Modify Recipients in WordPress Comment Notification / Moderation Mails
- Remove All Items from a Wordpress Navigation Menu by Code
- Laravel - fix "1071 Specified key was too long; max key length is 1000" error
- Modify 'Read more...' link
- Customize Breadcrumbs for Custom Post Types
- Customize Breadcrumbs for Custom Post Types Using Genesis Framework
- Genesis Framework: Add Comment Policy Box
- Change Label of Comment Submit Button