• Hello,
    i am trying to use the plugin on other pages which aren′t the single.php (e.g. front-page.php)
    How can I do this?

    I can see the plugins comments in single.php but not for front-page.php.

    • This topic was modified 7 years, 6 months ago by wlaurito.
Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author gVectors Team

    (@gvectors-team)

    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)

    Thread Starter wlaurito

    (@wlaurito)

    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?

    Plugin Author gVectors Team

    (@gvectors-team)

    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.

    Thread Starter wlaurito

    (@wlaurito)

    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 7 years, 6 months ago by wlaurito.
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Enable Plugin on other pages’ is closed to new replies.