Add additional box after blog’s comment form
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘Add additional box after blog’s comment form’ is closed to new replies.
The topic ‘Add additional box after blog’s comment form’ is closed to new replies.
(@actronab)
7 years, 7 months ago
Hello!
I’d like to add an info box to the blog’s comment form. I’m using a child theme based on the TRAVEL demo of OceanWP and I’d like to add the box after the submit button. However, I checked almost all filters and hooks I could find, but I cannot position it correctly.
I tried this code, which positions the box between the big comment textarea and the input fields for name, email and url. However, I want to position it after these input fields and after the submit button at the very end.
I also tried other actions that placed the box correctly for initial comments. It I reply to an existing comment, however, the form elements move up and are displayed right beneath the input fields, whereas the info box was still inserted at the very end of ALL comments.
How can I insert the box after the submit button for initial comments and replies?
Any help is greatly appreciated.