The effects of alcohol on sustanon 250 leucine for – real weight loss & bodybuilding benefits?
Disable commentfunc...
 
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] Disable commentfunction for single posts/blogs

15 Posts
2 Users
0 Reactions
2,737 Views
Posts: 107
Topic starter
(@orakel)
Estimable Member
Joined: 5 years ago

Sometimes you need to diasable the commentfunction on a single post/article because to much harrasement and shitstorm.

I like to know where i can do this and set a message with the reason like:

 

The comment function in this article is disabled because to much negative posts.

 

(sorry may english is not the best)

 

Thanks in advance

Orakel

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

Hi @orakel,

Please follow the steps below:

1. Disable the “Allow Comments” option. This option is located under the post/page editor in the edit post admin page. Just edit the post and follow these steps:

>  Make sure the “Discussions” admin-box is allowed using “Screen Options” in “Edit Post” admin page:

> Find the “Discussions” admin-box below and uncheck the “Allow Comments” option.

2. Use the wpdiscuz_comment_form_closed hook and display the message you want. The example is provided in this doc. In your case, you'll just deed to change the message in the code: https://wpdiscuz.com/docs/codex/actions/wpdiscuz_comment_form_closed/

Posts: 107
Topic starter
(@orakel)
Estimable Member
Joined: 5 years ago

The support here is wonderfull, thank you very much! I like to make a donation.

Posts: 107
Topic starter
(@orakel)
Estimable Member
Joined: 5 years ago

My english is too bad, can you explain me, step by step where i have to put in this code?

1 Reply
Asti
 Asti
Support
(@asti)
Joined: 8 years ago

Illustrious Member
Posts: 8075

@orakel,

I've found the following article. It may be helpful for you:  

https://www.wpbeginner.com/beginners-guide/beginners-guide-to-pasting-snippets-from-the-web-into-wordpress/

Posts: 107
Topic starter
(@orakel)
Estimable Member
Joined: 5 years ago

You are so nice...thank you very much for all the help =)

 

Orakel

Posts: 107
Topic starter
(@orakel)
Estimable Member
Joined: 5 years ago

add_action("wpdiscuz_comment_form_closed", function ($post, $currentUser, $commentsCount) { echo "Custom Message"; }, 10, 3);

 

Is this code also for the functions.php?

1 Reply
Asti
 Asti
Support
(@asti)
Joined: 8 years ago

Illustrious Member
Posts: 8075

Is this code also for the functions.php?

yes, @orakel, it is. 

Posts: 107
Topic starter
(@orakel)
Estimable Member
Joined: 5 years ago

There is no way to diasable the discussion for me.

Can you help me out there?

discussion
1 Reply
Asti
 Asti
Support
(@asti)
Joined: 8 years ago

Illustrious Member
Posts: 8075

@orakel,

Please see the screenshot below

image

 

Page 1 / 2
Share: