hal9000
Member
Posted 4 years ago #
Hi, I think I have asked this before some time ago, but I will again as it wasn't resolved.
I would like to have the comments on the front page (index.php i think) to be automatically shown as it is on single.php.
It must be possible but as it works this way by default on single post pages but i can't figure it out.
thanks in advance
Sure, just put <?php comments_template() ?> within the Loop.
hal9000
Member
Posted 4 years ago #
Thanks - if that's it i owe you :)
will try it out laters!
h9k
henigushi
Member
Posted 4 years ago #
hi hal9000,
you might also find this helpful
<?php $withcomments = true; comments_template();?>
See:
http://wordpress.org/support/topic/83919?replies=8