• Hi

    In my comments.php file I changed

    <?php comment_form(); ?>

    to

    <?php
    comment_form(array(
    'title_reply' => 'Add a comment',
    'title_reply_to' => 'Add a reply to %s',
    ));
    ?>

    so that I could change the displayed text in the comment area, however I cant seem to add the name of the post title to the text.

    How do I add the name of the post title to my text please?

The topic ‘Adding post title to comment_form’ is closed to new replies.