Hi,
I am developing a custom theme and heavily customising the feel of the blog.
I am stuck at one place, when a user clicks the comments link, I want to display only comments (without the actual post content).
If I am not wrong, the comments page uses the POST template file to render itself by adding:
#comments
to the link URL.
Is it possible to create a custom template for comments page using this code?
<?php comments_template(); ?>
I am confused.....
Any help?