Monday, 12 August 2013

limiting commnets on a wordpress page

limiting commnets on a wordpress page

Im trying to make a guestbook out of a specific page (id of 1) that will
show 5 comments per a page and have pagination on the rest of the
comments.
heres the code that shows the comments and the comment box the problem is
i dont know how to put the pagination part in... can someone please
rewrite it for me and add the id as well?
<?php while ( have_posts() ) : the_post(); ?>
<?php get_template_part( 'content', 'page' ); ?>
<?php comments_template( '', true ); ?>
<?php endwhile;?>

No comments:

Post a Comment