Hi.
I designed my theme, starting from the twentyeleven one.
After hours of quick css/html sessions, I am now at implementing comments to my site.
What I want:
A css3 flyout of my comment box, right underneath my posts headline. The flyout is activated by clicking on a posts headline.
To achieve that, i'll use css3, and i think it wont be a problem.
What IS a problem: comments on the startpage.
I can force the comments-form to show up, by simply copy/paste the code from the content.php, but the comments above that - those comments that show nicely on the single.php - aren't to be seen anywhere.
I realize that somewhere at some point in the twentyeleven code the comments are prohibited to show up outside of the single.php, but i don't know where, and only vaguely assume how.
Your help is much appreaciated.
ps.: WHAT doesn't do the trick -
adding
<?php
$withcomments = "1";
comments_template(); // Get wp-comments.php template ?>
inside the loop. the assigned div will remain empty.