How to enable page comment on Kubrick theme

Ever wonder why you can't seem to enable the comment function on your pages even the enable comment box is ticked? It's because the comment function was removed on the latest Kubrick theme. Not sure why... but here's a quick fix, you can open page.php file and add the following code:

<?php comments_template(); ?>

You can add the comment function before the edit_post_link():

<?php edit_post_link('Edit this entry.', '<p>', '</p>'); ?>
<!-- insert the comment function here -->
</div>
<?php get_sidebar(); ?>
<?php get_footer(); ?>

Now time for testing...

Related Posts

  • No Related Post

Tags: enable page comment, kubrick theme

  • 2 Responses to “How to enable page comment on Kubrick theme”

    1. Gem says:

      I almost had my hands on a Kubrick theme but I never got to work with it because the project was canceled. Thanks for this… now I know the comment issue with this particular theme.

      • eligio says:

        yeah, it took me almost an hour to get my page comment work, I thought it’s just a plugin incompatibility issues with the latest version and never realized that the comment function was removed.

    Leave a Reply

    Recent Post

    Incoming search terms for the Article

    enable comments kubrick wordpress, intext:post a comment inurl:page=comment, kubrick page comment, kubrick theme custom page, kubrick theme page of posts, kubrick theme page php