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

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

3 Posts
2 Users
2 Likes
544 Views
Posts: 12
Topic starter
(@raimis)
Active Member
Joined: 3 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: 7114
 Asti
Support
(@asti)
Illustrious Member
Joined: 6 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: 12
Topic starter
(@raimis)
Active Member
Joined: 3 years ago

Brilliant, thanks a lot!

Share: