The effects of alcohol on sustanon 250 leucine for – real weight loss & bodybuilding benefits?
How to display rati...
 
Share:
Notifications
Clear all

How to display rating only but disallow comments

2 Posts
2 Users
0 Reactions
35 Views
Posts: 1
Topic starter
(@bembelhead)
New Member
Joined: 2 weeks ago

Howdy,

just discovered WPDiscuz and installed and am delighted so far! I've got a somewhat strange question and doubt this will be possible. I'll have some 50+ categories and want to allow comments only in a few of them. Found this snippet here to deal with this

add_filter("is_load_wpdiscuz", function ($load, $post) {
if (has_category([102,105], $post)) {
$load = false;
}
return $load;
}, 10, 2);

Perfect .. BUT ... this way I also loose the rating feature which is not desired. Is there a way to only display the rating but not the comments?

Thx for any hints on that.

1 Reply
Asti
Posts: 7954
 Asti
Support
(@asti)
Illustrious Member
Joined: 7 years ago

Hi,

I'm sorry, but there are not any hooks we can provide you.

Suggestion: You can hide the comment form using CSS or JS code.Β 

Reply
Share: