How to add comments to your wordpress pages?

There are cases when you download the themes for where the comment template is not attached to the page.php. This is how you can add it yourself in minutes;

1. Browse for page.php in your local storage.

2. Open it using notepad.

3. Just before the footer:

<?php get_footer(); ?>

Patse the following code:

<?php comments_template(); ?>

The layout will depend on the overall structure. If you get your page messed up, consider to replace the above code somever before the;

</div>

You can get it right after few trials and errors ;)

Posted June 21st, 2006 by mightyhitter under Wordpress

 

Leave a Reply