Hi,
Comment form is generated by comment_form function
https://codex.ww.wp.xz.cn/Function_Reference/comment_form
For example.
https://core.trac.ww.wp.xz.cn/browser/tags/4.8/src/wp-content/themes/twentyten/comments.php#L78
You will not find post comment button html in comments.php
I suggest you to post your support request in the theme’s support forum.
You will also need to post your website URL so as to let the theme author see your issue.
The theme author should be able to provide you will custom css code to move your post comment button or move your captcha position.
Thank you
@denzel_chia:
Thanks so much for your reply!
Hi @stephenavae,
You are welcome.
Glad to be of some help.
Thank you
(@stephenavae)
8 years, 11 months ago
I got tired of getting spam comments to my pages, on my website.
So, I installed the Google Captcha plugin.
It works well. But the problem is : the captcha itself is hidden beneath the “POST COMMENT” button on each page.
I have tried to modify the comments-block (for example: by shifting the post-comment button a couple of rows down). But, to do this, I need to find it first.
Every google search has produced the same thing:
(a) Go to WP CONTENT
(b) Go to your theme
(c) Open the “comment.php” file
(d) look for the “Post Comment” button.
This does not work! Because, although every other field is there in this file (name, email, comment, etc), for some reason, the POST COMMENT button itself is not there!
I have no idea where it is.
I cannot shift the Captcha Plugin itself; so my only option is to find this button, and try to shift it down a bit
Any idea where it could be?
My theme is : LOVECRAFT
Thanks