Viewing 1 replies (of 1 total)
  • Jim,

    Sorry for the delay, I’ve been busy with a newborn ??

    Take the default theme for example, all you would need to do is open comments.php and replace:

    <div class="navigation">
    	<div class="alignleft"><?php previous_comments_link() ?></div>
    	<div class="alignright"><?php next_comments_link() ?></div>
    </div>

    With:

    <?php if(function_exists('wp_paginate_comments')) {
        wp_paginate_comments();
    } ?>

    HTH

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: WP-Paginate] Comments to be paginated’ is closed to new replies.