Quantcast
Channel: » WordPress Tips
Viewing all articles
Browse latest Browse all 8

Change Genesis’ Speak Your Mind Comments Heading

$
0
0

// 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;
}

FacebookTwitterGoogle+EvernoteShare


Viewing all articles
Browse latest Browse all 8

Latest Images

Trending Articles





Latest Images