Limited Support
Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.
Basically, my question, is it possible somewhere in the WPDiscuz functions.php or other php to change "7 COMMENTS" to something like "Real Time Chat"?
Instead of displaying X COMMENTS , change it to another desired text.
This is displayed right below the commenting field.
Thank you,
R.
Hi @raimis,
Please follow the steps below:
1. Navigate to Dashboard > wpDiscuz > Forms admin page, edit the form and change the "Comment form header text (singular)" and "Comment form header text (plural)" fields values as you like. E.g. Real Time Chat. More info here: https://wpdiscuz.com/docs/wpdiscuz-7/getting-started/manage-comment-forms/comment-form-settings/#comment_form_header_text
2. Then put the CSS code below in the Top Admin Bar > Customize > Additional CSS > "Additional CSS" textarea, save it, delete all caches and check again.
#comments #wpdcom span.wpdtc { display: none !important; }
Please don't forget to press Ctrl+F5 (twice) on the frontend before checking.
Brilliant, thanks a lot!