Hi, my WP is installed and running as expected except on the pages.
If I create a page and save it with the allow comment checkbox selected nothing happens. It's like that functionality is not available for pages :(
I also tested for children pages and nothing seems to work. Any ideas?
Thank you.
found out this: http://wordpress.org/support/topic/200289?replies=3
Then add the following line to your page.php template wherever you wish to display the comment box: <?php comments_template(); ?>
But now... how to hide comments from the pages that dont allow comment?
I created a validation function on comment.