Hey all,
I know how to allow comments on page templates, but need some guidance on how to allow commenting on the home.php file.
I know I need to start the wordpress query or loop but just can't figure it out.
Thanks!
Hey all,
I know how to allow comments on page templates, but need some guidance on how to allow commenting on the home.php file.
I know I need to start the wordpress query or loop but just can't figure it out.
Thanks!
ok I found one way to fix the problem, just make the home.php file a page template, create a page with Home as the template, and through the dashboard under Settings>Reading make that page the home page.
Still wondering what the php would be so I could just hardcode it though....
[SOLVED] To display comments on the main index or archive pages, you'll need to set the $withcomments variable to "1" before calling this tag.
(from http://codex.wordpress.org/Include_Tags#The_Comments_Template )
This topic has been closed to new replies.