Forums

Comment Navigation (2 posts)

  1. jeffutogo
    Member
    Posted 8 months ago #

    I want to replace the "older comments" and "newer comments" with something like,
    "Page 1, 2, 3, ..."

    I installed the plugin wp-pagenavi, and followed the instruction to
    change the code:

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

    with the code,
    <?php wp_pagenavi(); ?>

    in comments.php.

    But nothing happened.

    Please help instruct how to do.

    Thank you!

  2. alchymyth
    The Sweeper
    Posted 8 months ago #

    from the plugin description, i would not think that wp-pagenavi is suitable to paginate comments;

    you could look for a different plugin, for instance: http://wordpress.org/extend/plugins/wp-paginate/faq/

    (i have not used and tested that plugin)

Reply

You must log in to post.

About this Topic