• How can I do this with the new comment_form function?

    <h2><?php comment_form_title( ‘Leave a Reply’, ‘Leave a Reply to %s’ ); ?></h2>

    At the moment I cannot change the h3 heading with the “args” passed to the coment_form() function.

    ‘title_reply’ => __( ‘POST A COMMENT’ )

Viewing 1 replies (of 1 total)
  • I’d like to know how to do this too. For now, I’ve changed the comment-template file to accommodate what I need but it feels like a poor solution.

Viewing 1 replies (of 1 total)
  • The topic ‘H2 for Comment form title’ is closed to new replies.