Title: Plugin does not work with paginate_comments_links?
Last modified: August 21, 2016

---

# Plugin does not work with paginate_comments_links?

 *  Resolved [malcomxar](https://wordpress.org/support/users/malcomxar/)
 * (@malcomxar)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/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( __( '&larr; Older Comments', 'toolbox' ) ); ?></div>
       			<div class="nav-next"><?php next_comments_link( __( 'Newer Comments &rarr;', '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!
 * [http://wordpress.org/plugins/wp-ajaxify-comments/](http://wordpress.org/plugins/wp-ajaxify-comments/)

Viewing 4 replies - 1 through 4 (of 4 total)

 *  [janjonas](https://wordpress.org/support/users/janjonas/)
 * (@janjonas)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/plugin-does-not-work-with-paginate_comments_links/#post-3958322)
 * You may have to update the “Comment paging links selector” according to your 
   custom theme. Could you please send me a link to a page where I can reproduce
   the problem?
 *  Thread Starter [malcomxar](https://wordpress.org/support/users/malcomxar/)
 * (@malcomxar)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/plugin-does-not-work-with-paginate_comments_links/#post-3958327)
 * Sorry, I am working it in localhost, but I can show you the code here
 *     ```
       <nav id="comment-nav-below">
       <span class='page-numbers current'>1</span>
       <a class='page-numbers' href='http://url'>2</a>
       <a class='page-numbers' href='http://url'>3</a>
       <span class="page-numbers dots">&hellip;</span>
       <a class='page-numbers' href='http://url'>15</a>
       <a class="next page-numbers" href='http://url">Siguiente &raquo;</a>
       </nav>
       ```
   
 * I tried changing that parameter but didn’t know how, as the legend says “Leave
   empty for default value #comments [class^=’nav-‘] a”
    and didn’t understand what
   to put in the field.
 * Regards!
 *  [janjonas](https://wordpress.org/support/users/janjonas/)
 * (@janjonas)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/plugin-does-not-work-with-paginate_comments_links/#post-3958365)
 * Please try to set the “Comment paging links selector” to:
    `#comment-nav-below
   a`
 * Hope this helps…
 *  Thread Starter [malcomxar](https://wordpress.org/support/users/malcomxar/)
 * (@malcomxar)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/plugin-does-not-work-with-paginate_comments_links/#post-3958413)
 * Thank you very much, that worked 😀
 * Regards!

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Plugin does not work with paginate_comments_links?’ is closed to new 
replies.

 * ![](https://ps.w.org/wp-ajaxify-comments/assets/icon-256x256.png?rev=2962290)
 * [Ajaxify Comments - Ajax and Lazy Loading Comments](https://wordpress.org/plugins/wp-ajaxify-comments/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-ajaxify-comments/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-ajaxify-comments/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-ajaxify-comments/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-ajaxify-comments/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-ajaxify-comments/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [malcomxar](https://wordpress.org/support/users/malcomxar/)
 * Last activity: [12 years, 9 months ago](https://wordpress.org/support/topic/plugin-does-not-work-with-paginate_comments_links/#post-3958413)
 * Status: resolved