• Tried for hours to find where to change the Twenty Eleven comment heading (reply-title) “Leave a Reply” in both the code, the css and the database, with no luck.
    Just want it to say “Comment or Question?”.
    Saw one suggestion using a filter, but for an earlier theme.
    My kingdom for a solution!

Viewing 4 replies - 1 through 4 (of 4 total)
  • Make sure to make your changes in a child theme, not the original theme.

    Check content.php, line 77:

    <span class="comments-link"><?php comments_popup_link( '<span class="leave-reply">' . __( 'Leave a reply', 'twentyeleven' ) . '</span>', __( '<b>1</b> Reply', 'twentyeleven' ), __( '<b>%</b> Replies', 'twentyeleven' ) ); ?></span>

    There may be other places, too. Check any of the content-*.php files for specific post types.

    Thread Starter rgbatson

    (@rgbatson)

    Thank you, sixhours. I shall now deed to you the town of Selma, Alabama. . . .

    You’re very welcome. ??

    Dilarar

    (@dilarar)

    Please help! I did create a content.php file in child theme and found the code. I have replace the “Leave a reply” with “Lets talk”, but it doesn’t work.

    Do I need to do anything else? I have checked the content-single and content-page files too, but there is nothing there.

    I am very new to child theme, please help.

    Dilara

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Change Comment title’ is closed to new replies.