Please make sure wpDiscuz Comment Form is enabled for pages in Dashboard > Comments > Forms admin page, edit the Default Form and enable it for all post types. Enable woDiscuz on home page using according option in Dashboard > Comments > Settings admin page. Then delete cache and check it.
Also make sure comments are enabled for this page. (edit page > screen options > discussions > Allow comments)
Hello,
thanks for your reply. I did all of this, but the problem is still there.
On the front page I can only see the standard wordpress comments and on the single the plugins comments.
Any other idea maybe?
It seems your theme doesn’t use <?php comments_template() ?> function on home page. please contact to theme support for this question. We have no other ideas in this case.
I have created a custom theme and using
<?php
$withcomments = "1";
comments_template();
?>
in front-page.php and home.php. Comments are shown there, just the standard wordpress comments.
-
This reply was modified 9 years, 1 month ago by
wlaurito.