Where is my Comments Template?
-
While trying to create a new theme, I’m having problems trying to find where the Comments Template is located.
I’m using <?php comments_template();?> in my Single.php but it does not seem to be using my Comments.php for this.
I also have a particular page where I’d like to use a different comment template than the default. This page I would like to have the form and list of comments side by side.
So I created comments_2col.php and tried to use it by
<?php comments_template(‘comments_2col.php’);?>
but that didn’t work either.Thanks for any input,
James
- The topic ‘Where is my Comments Template?’ is closed to new replies.