• Im using this plugin in a seperate section of site for pagination. Is it possible to show comments pagination with this plugin, if in settings comment pagination is off?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author AlanP57

    (@alanp57)

    As far as I can tell, yes. If you have not already checked the plugins readme.txt file, that is where you will find directions for adding pagination for comments.

    Thread Starter macha1

    (@macha1)

    This would be the correct code for comments?

    <?php if(function_exists(‘wp_paginate_comments’)) {
    wp_paginate_comments(‘range=4&anchor=2&nextpage=Next&previouspage=Previous’);
    } ?>

    Plugin Author AlanP57

    (@alanp57)

    I checked the code but it does not seem to be using any items passed to the function. The range, anchor nextpage etc. will not change the pagination link display.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Displaying, if pagination turned off’ is closed to new replies.