Forums
(@mariz_pt)
17 years, 7 months ago
Ifound the answer to this…
I just have to add this code:
<?php comments_template(); ?>
It will look like this:
<?php edit_post_link(‘Edit this entry.’, ‘<p>’, ‘</p>’); ?> <?php comments_template(); ?> </div> <?php get_footer();?>