everlastingezekiel.com
I have pages instead of post on my news cast theme and i need my comment section to work and everything i do coding wise hasn't helped so far can a moderator please help me with some coding for this problem
everlastingezekiel.com
I have pages instead of post on my news cast theme and i need my comment section to work and everything i do coding wise hasn't helped so far can a moderator please help me with some coding for this problem
Hey!
Try following - open up page.php and replace:
</div><!--end entry_content-->
</div><!--end entry -->
with:
</div><!--end entry_content-->
</div><!--end entry -->
<div class='entry commententry'>
<?php comments_template(); ?>
</div>
Best regards,
Peter
You must log in to post.