Nov 20, 2020 10:43 am
Hi,
is there a way to add a custom text between " wpd-thread-head" and "wpd-thread-list"?
I couldn't find solution from this list: https://wpdiscuz.com/docs/codex/actions/
The promlem is, that I'd like to hide the commments headline, that is telling how many comments there are. Instead I'd like to add another custom headline. This headline should stay visible, once the page automatically scrolls to the commenst listing (wpd-thread-list).
The reason I'm not using the "wpd-thread-head" is that it's adding the comment count automatically to the headline.
Thanks already in advance!
1 Reply
Nov 20, 2020 11:02 am
Hi
You can use the wpdiscuz_before_thread_list hook. More info here:
https://wpdiscuz.com/docs/codex/actions/wpdiscuz_before_thread_list/