Hi, I have tried Carrington 1.3 and also 1.2, but I am unable to show comments on blog pages:
http://gioorgi.com/about/#comment-307
Instead, on blog posts all works fine.
This problems there is only with this theme.
How can I fix it?
Hi, I have tried Carrington 1.3 and also 1.2, but I am unable to show comments on blog pages:
http://gioorgi.com/about/#comment-307
Instead, on blog posts all works fine.
This problems there is only with this theme.
How can I fix it?
I managed a small fix, but I am unsure it is right.
You can try to edit pages/pages-default.php
and modifing as follows:
....
<?php
cfct_loop();
// [GG FIX ] Removed this and put down the comments_template
//cfct_comments();
?>
<?php comments_template(); ?>
</div><!--#content-->
....
Great. Thanks for sharing.
This topic has been closed to new replies.