I can't seem to enable comments on pages using the Kubrick theme. How do I fix this? I have the enable comments box clicked but when I look at the page there isn't a box form comments.
I can't seem to enable comments on pages using the Kubrick theme. How do I fix this? I have the enable comments box clicked but when I look at the page there isn't a box form comments.
you can do that manually with kubrick
open the
page.php
file, add the following code just after the
<?php the_content() ?>
template tag:
<?php comments_template(); ?>
You sir are a gentleman and a scholar.
This topic has been closed to new replies.