I am just getting started with wordpress and php so I am going to say in advance sorry if this has been resolved and I just havent found it yet.
I have installed wordpress and I have added the coogee theme. My issue is I can added comments to posts on the main page but when I added a new page I can not add comments. I was going through some forms and I thought I found the solution. Several people suggest added <?php comments_template(); ?>. While going through page-template.php i see a comment that says <!-- comments are closed by default -->.
I am wondering how I can enable comments on all new pages that I create.
Thanks