Notifications
Clear all

[Solved] WpForo blocks comments in the posts

5 Posts
2 Users
0 Reactions
487 Views
Posts: 3
Topic starter
(@evgeny928)
Active Member
Joined: 2 years ago

Hi everyone. I need help. WpForo blocks comments in the posts. When I try to leave a comment on any post, I receive this – Sorry, discussion of this post is closed. Disabling the plugin solves this problem. How to fix it?

4 Replies
Chris
Posts: 3650
(@chris)
Famed Member
Joined: 3 years ago

Hi @evgeny928,

Please provide Forum URL and a Screenshot with that issue.

Posts: 3
2 Replies
Chris
(@chris)
Joined: 3 years ago

Famed Member
Posts: 3650

@evgeny928,

Just Commented in that post with no issue.

(@evgeny928)
Joined: 2 years ago

Active Member
Posts: 3

@chris

Yes, because I fixed the problem by adding 

add_filter('comments_open', '__return_true', 20, 2);

But perhaps there is a better way.