Notifications
Clear all
Topic starter
24/11/2018 12:47 am
I would like to add text before the Comment Text Field.
I guess I could add it in a modified class.WpdiscuzWalker.php file but haven't the slightest idea where.
Or is there a setting that can be modified?
Thanks,
Francisco
24/11/2018 1:42 pm
Hi Francisco,
In this case, you should use the following hooks
- comment_form_before
- comment_form_top
More info here:
Topic starter
24/11/2018 6:25 pm
Thanks! I shall try to understand and implement.
Francisco
Topic starter
24/11/2018 7:00 pm
Thanks for the link. Studying I realized that I could just modify the single.php file of my theme just before comments_template().
Francisco
Tom reacted