• I have a custom theme made two years ago for my site. At the time I didn’t want comments on the front door. Now I do. I am using Facebook Comments for WordPress, and it works all across the site

    I saw on a previous help question that addig

    <?php
    $withcomments = “1”;
    comments_template();
    ?>

    Will enable comments, It does but the problem is the comment will go on a random page, i have tried this with and without the facebook comments plugin.

    Is there anotehr snippit of code i need in order ot make this work?

    Site: myeasytv.com

The topic ‘Comments on Front Door’ is closed to new replies.