Archived topic
Add a custom text after "Leave a Comment"
3 replies · Started by Deepak on September 10, 2020
Hello Team,
I am trying to figure out a way to add a custom text after "Leave a Comment" i.e. next line
I searched through generapress support forum but couldn't get a working code, I also tried the code from wpbeginner but this also didn't help
I created an element and used all the available hooks for comment but the closest I can get is to add a text above "Leave a Comment"
But how do I place the same text below "Leave a Comment" ?
Regards
Deepak
Hi there,
select the Custom Hook and in the field provided add comment_form_top
This article provides the core WP comment form hooks:
Thanks, it worked :)
Glad to hear that