The effects of alcohol on sustanon 250 leucine for – real weight loss & bodybuilding benefits?
Changing the number...
 
Share:
Notifications
Clear all

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.

 

[Solved] Changing the number of comments text to another text

3 Posts
2 Users
2 Reactions
985 Views
Posts: 11
Topic starter
(@raimis)
Eminent Member
Joined: 4 years ago

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.

Topic Tags
2 Replies
Asti
Posts: 8075
 Asti
Support
(@asti)
Illustrious Member
Joined: 8 years ago

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.

Posts: 11
Topic starter
(@raimis)
Eminent Member
Joined: 4 years ago

Brilliant, thanks a lot!

Share: