Plugin does not work with paginate_comments_links?
-
Hi!
I am trying to replace the “← Older Comments” and “Newer Comments →” with paginated comments by replacing
<nav id="comment-nav-above"> <h1 class="assistive-text section-heading"><?php _e( 'Comment navigation', 'toolbox' ); ?></h1> <div class="nav-previous"><?php previous_comments_link( __( '← Older Comments', 'toolbox' ) ); ?></div> <div class="nav-next"><?php next_comments_link( __( 'Newer Comments →', 'toolbox' ) ); ?></div></nav>
with
<? paginate_comments_links(); ?>
But the ajax loading of comments does not work as the page loads entirely.
Is there a way to fix this?
Regads!
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Plugin does not work with paginate_comments_links?’ is closed to new replies.