Adding comments in one page theme
-
Hello, I am using a custom one page theme (the content is scolling up and down for the different areas) where I have area News. I want to display the full news, title and comments (if possible I would like to make the comments show in some popup window or activated on click div)
Atm I am using this where my news area is:
<?php the_title(); ?> <?php the_content(); ?> <br /> <?php endwhile; ?>
I tried to add
<?php comments_template(); ?>
to the code above, but it does nothing.
Can you please give me some pointers ?Thanks for your time
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Adding comments in one page theme’ is closed to new replies.