Title: Fix Reversed Comments Pagination
Author: winking
Published: <strong>12 Aprile 2011</strong>
Last modified: 5 Maggio 2011

---

Ricerca i plugin

Questo plugin **non è stato testato con le ultime 3 versioni principali (major releases)
di WordPress**. Potrebbe non essere più mantenuto, o supportato, e potrebbe presentare
problemi di compatibilità se utilizzato con versioni più recenti di WordPress.

![](https://s.w.org/plugins/geopattern-icon/fix-reversed-comments-pagination.svg)

# Fix Reversed Comments Pagination

 Di [winking](https://profiles.wordpress.org/winking/)

[Scarica](https://downloads.wordpress.org/plugin/fix-reversed-comments-pagination.zip)

 * [Dettagli](https://it.wordpress.org/plugins/fix-reversed-comments-pagination/#description)
 * [Recensioni](https://it.wordpress.org/plugins/fix-reversed-comments-pagination/#reviews)
 * [Sviluppo](https://it.wordpress.org/plugins/fix-reversed-comments-pagination/#developers)

 [Supporto](https://wordpress.org/support/plugin/fix-reversed-comments-pagination/)

## Descrizione

### What Problem Does This Plugin Fix?

If you have 21 comments on a certain post, and your WordPress discussion settings
are:

 1. Comments are paginated
 2. 20 comments per page
 3. Last page displayed by default
 4. Newer comments displayed at the top of each page

Then the default page will show only one comment, #21. The second page will show
comments 20 to 1.

What WordPress should do instead is display comments 21 to 2 on the default page,
and 1 on the second page. With the help of this plugin, WordPress will do that.

### Installation

After you upload and activate, you must make a minor modification to your theme.

In `[wp_list_comments](https://codex.wordpress.org/Function_Reference/wp_list_comments)`
of your theme, pass Walker_Comment_Wink class as the “walker” — like this:

    ```
    if (class_exists('Walker_Comment_Wink'))
      $walker = new Walker_Comment_Wink();
    else
      $walker = '';

    wp_list_comments(array('walker' => $walker));
    ```

### Bug Reports & Issues

I’m using this plugin on my site and have tested it else where. It works great. 
But your setup might be different and you may notice things I missed. If that’s 
the case, tell me in the [comments of the plugin’s page](http://winkpress.com/articles/fix-reversed-comments-pagination/).

Developed by [WinkPress](http://winkpress.com/).

## Recensioni

Non ci sono recensioni per questo plugin.

## Contributi e sviluppo

“Fix Reversed Comments Pagination” è un software open source. Le persone che hanno
contribuito allo sviluppo di questo plugin sono indicate di seguito.

Collaboratori

 *   [ winking ](https://profiles.wordpress.org/winking/)
 *   [ M.K. Safi ](https://profiles.wordpress.org/msafi/)

[Traduci “Fix Reversed Comments Pagination” nella tua lingua.](https://translate.wordpress.org/projects/wp-plugins/fix-reversed-comments-pagination)

### Ti interessa lo sviluppo?

[Esplora il codice](https://plugins.trac.wordpress.org/browser/fix-reversed-comments-pagination/)
segui il [repository SVN](https://plugins.svn.wordpress.org/fix-reversed-comments-pagination/),
segui il [log delle modifiche](https://plugins.trac.wordpress.org/log/fix-reversed-comments-pagination/)
tramite [RSS](https://plugins.trac.wordpress.org/log/fix-reversed-comments-pagination/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.0

 * The plugin has been used and tested by several people with no problems, so it
   graduates to 1.0
 * Improved readme.txt

#### 0.5

 * Initial release

## Meta

 *  Versione **1.0**
 *  Ultimo aggiornamento **15 anni fa**
 *  Installazioni attive **10+**
 *  Versione WordPress ** 3.1 o superiore **
 *  Testato fino alla versione **3.1.4**
 *  Lingua
 * [English (US)](https://wordpress.org/plugins/fix-reversed-comments-pagination/)
 * Tag
 * [comments](https://it.wordpress.org/plugins/tags/comments/)[pagination](https://it.wordpress.org/plugins/tags/pagination/)
 *  [Visualizzazione avanzata](https://it.wordpress.org/plugins/fix-reversed-comments-pagination/advanced/)

## Valutazioni

 5 su 5 stelle.

 *  [  1 5- recensioni a stelle     ](https://wordpress.org/support/plugin/fix-reversed-comments-pagination/reviews/?filter=5)
 *  [  0 recensioni a 4-stelle     ](https://wordpress.org/support/plugin/fix-reversed-comments-pagination/reviews/?filter=4)
 *  [  0 recensioni a 3-stelle     ](https://wordpress.org/support/plugin/fix-reversed-comments-pagination/reviews/?filter=3)
 *  [  0 recensioni a 2-stelle     ](https://wordpress.org/support/plugin/fix-reversed-comments-pagination/reviews/?filter=2)
 *  [  0 recensioni a 1-stelle     ](https://wordpress.org/support/plugin/fix-reversed-comments-pagination/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/fix-reversed-comments-pagination/reviews/#new-post)

[Vedi tutte le recensioni](https://wordpress.org/support/plugin/fix-reversed-comments-pagination/reviews/)

## Collaboratori

 *   [ winking ](https://profiles.wordpress.org/winking/)
 *   [ M.K. Safi ](https://profiles.wordpress.org/msafi/)

## Supporto

Hai qualcosa da dire? Ti serve aiuto?

 [Chiedi nel forum di supporto](https://wordpress.org/support/plugin/fix-reversed-comments-pagination/)

## Dona

Vuoi supportare lo sviluppo di questo plugin?

 [ Fai una donazione per questo plugin ](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=7663346)