I’ve been all day resolving this myself. Had to learn some stuff along the way.
You see, I wanted to add some text after the “Leave a Reply” to warn those commenting to use a name and not their website name and be sure to leave a comment that was relevant to the conversation, or their comment would automatically be deleted.
So I, like most people thought they could just add some php code in their dashboard editor. Problem is, there are no editor templates with those words, “Leave a Reply”.
I purchased the theme from WooThemes. So I headed over to their forum. After about 6 hours of struggling to understand what was being said, someone finally gave me the tip I needed.
I learned I could not do it in my dashboard editor. You must edit the comments.php file from your server. I used FileZilla, plucked the file, edited it in a text editor and added my text as shown.
<h2><?php comment_form_title( __(‘Leave a Reply’,woothemes), __(‘Leave a Reply to %s’,woothemes) ); ?></h2> my text.
Then save this as file named comments.php and re-upload to your server, again using FileZilla.
I hope this helps and this post is not too long for the moderators.
Jerry