Archived topic
Add Sentence in Comment's Section
5 replies · Started by Rizki on April 21, 2019
Hi there,
I use this code to change the sentence in the comment's reply title, and it works :
add_filter( 'generate_leave_comment','generate_leave_comment_text' );
function generate_leave_comment_text()
{
return 'Yakin Ngga Mau Komen ?';
}
Then, how do I add a sentence below the reply title ? http://prntscr.com/nf4kkg
Hi there,
you can use the Hook Element:
https://docs.generatepress.com/article/hooks-element-overview/
Try the below_comments_title hook
Hi David,
The sentence appears below the comment title http://prntscr.com/nfaxzx, not the reply title http://prntscr.com/nf4kkg.
In that case select the Custom Hook from the list and in the field provided add:
comment_form_top and reduce the priority to 5.
Yesss it works :) Thank you David, GP support team are awesome.
Glad to be of help :)