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

[Solved] Disable commentfunction for single posts/blogs

15 Posts
2 Users
0 Likes
1,499 Views
Posts: 104
Topic starter
(@orakel)
Estimable Member
Joined: 4 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: 7114
 Asti
Support
(@asti)
Illustrious Member
Joined: 6 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: 104
Topic starter
(@orakel)
Estimable Member
Joined: 4 years ago

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

Posts: 104
Topic starter
(@orakel)
Estimable Member
Joined: 4 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: 6 years ago

Illustrious Member
Posts: 7114

@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: 104
Topic starter
(@orakel)
Estimable Member
Joined: 4 years ago

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

 

Orakel

Posts: 104
Topic starter
(@orakel)
Estimable Member
Joined: 4 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: 6 years ago

Illustrious Member
Posts: 7114

Is this code also for the functions.php?

yes, @orakel, it is. 

Posts: 104
Topic starter
(@orakel)
Estimable Member
Joined: 4 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: 6 years ago

Illustrious Member
Posts: 7114

@orakel,

Please see the screenshot below

image

 

Page 1 / 2
Share: