Using a 2nd comments template, need help
-
I copied the comments.php file and named it example.php
Then in single.php I changed this..
<?php comments_template(); ?>
To this..
<?php include (TEMPLATEPATH . '/example.php'); ?>
The comment form shows up but none of the comments. If you change it back to use comments.php it works fine.
Any assistance is appreciated. Thanks.
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Using a 2nd comments template, need help’ is closed to new replies.