Comments on the homepage (w/ a JS slidedown)
-
Hi!
I got K2 so I could take it apart and learn something while I’m making my website, but I’m having some trouble with having comments on the homepage itself.
If you wanna know exactly what I wanna do, take a look at this.
This is my single.php right now:
<?php get_header(); ?><div class="content">
<div class="primary">
<?php include (TEMPLATEPATH . '/theloop.php'); ?>
<?php comments_template(); ?></div>
<?php /*get_sidebar();*/ ?>
</div>
<?php get_footer(); ?>
So I thought I’d just put “<?php comments_template(); ?>” into the loop and everything would be fine. Apparently not…
How can I make it call the comments for each post from the main blog index and not only in single pages?
- The topic ‘Comments on the homepage (w/ a JS slidedown)’ is closed to new replies.