// Change Speak Your Mind Comments Heading
add_filter('genesis_comment_form_args', 'custom_comment_form_args'); function custom_comment_form_args($args) { $args['title_reply'] = 'Leave a Comment'; // $args['title_reply'] = ''; for total removal return $args; }
Leave a Reply