Stuff to remember for work
You are currently browsing the category archive for the 'wordpress' category.
April 16, 2008 in wordpress | Tags: comments, pages, wordpress | Leave a comment
Add the following line in the Page.phpfile just before the <?php endwhile; endif; ?> :
<?php if ((‘open’ == $post-> comment_status)) { comments_template(); } ?>
and by choosing “Allow comments” when creating the page you can enable or disable comments in a certain page.
Add comments to pages in wordpress
April 16, 2008 in wordpress | Tags: comments, pages, wordpress | Leave a comment
Add the following line in the Page.phpfile just before the <?php endwhile; endif; ?> :
<?php if ((‘open’ == $post-> comment_status)) { comments_template(); } ?>
and by choosing “Allow comments” when creating the page you can enable or disable comments in a certain page.