2 comments templates
-
Is is possible to have (2)comment templates running on one wordpress install?
I need one comment template (default will do) for all categories and their specific sub-categories and another comment template designed strictly for one specific category and its sub-categories?
I’ve tried designing my own comment template – actually I just copied the default one, changed the HTML wording and renamed it comments-review.php then FTP into my theme folder. I changed the call from
<?php comments_template(); ?>
to<?php include(TEMPLATEPATH . '/comments-review.php'); ?>
in the category.php and sub-category.php template and it worked, sort of.I got the comment template form to come up but it displays NO COMMENTS. If I check the specific category.php info section, the comments are registering (ie: 2comments) and clickable, but when I’m re-directed to the comments section I get the form but still no comments.
However, if I change the template call back to the original code
<?php comments_template(); ?>
I get everything (form and comments) – but not the new design wording.Can someone PLEASE help me with this issue.
Thank for you help.
- The topic ‘2 comments templates’ is closed to new replies.