{"id":12889,"date":"2011-04-12T17:09:32","date_gmt":"2011-04-12T17:09:32","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/fix-reversed-comments-pagination\/"},"modified":"2011-05-05T13:45:04","modified_gmt":"2011-05-05T13:45:04","slug":"fix-reversed-comments-pagination","status":"publish","type":"plugin","link":"https:\/\/test.wordpress.org\/plugins\/fix-reversed-comments-pagination\/","author":10241577,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"1.0","stable_tag":"trunk","tested":"3.1.4","requires":"3.1","requires_php":"","requires_plugins":"","header_name":"Fix Reversed Comments Pagination","header_author":"WinkPress","header_description":"","assets_banners_color":"","last_updated":"2011-05-05 13:45:04","external_support_url":"","external_repository_url":"","donate_link":"https:\/\/www.paypal.com\/cgi-bin\/webscr?cmd=_s-xclick&hosted_button_id=7663346","header_plugin_uri":"http:\/\/winkpress.com\/articles\/fix-reversed-comments-pagination\/","header_author_uri":"http:\/\/winkpress.com\/","rating":5,"author_block_rating":0,"active_installs":10,"downloads":2853,"num_ratings":1,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","changelog"],"tags":[],"upgrade_notice":[],"ratings":{"1":0,"2":0,"3":0,"4":0,"5":"1"},"assets_icons":[],"assets_banners":[],"assets_blueprints":{},"all_blocks":[],"tagged_versions":[],"block_files":[],"assets_screenshots":[],"screenshots":[],"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[107,900],"plugin_category":[44],"plugin_contributors":[85258],"plugin_business_model":[],"class_list":["post-12889","plugin","type-plugin","status-publish","hentry","plugin_tags-comments","plugin_tags-pagination","plugin_category-discussion-and-community","plugin_contributors-msafi","plugin_committers-winking"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/fix-reversed-comments-pagination.svg","icon_2x":false,"generated":true},"screenshots":[],"raw_content":"<!--section=description-->\n<h3>What Problem Does This Plugin Fix?<\/h3>\n\n<p>If you have 21 comments on a certain post, and your WordPress discussion settings are:<\/p>\n\n<ol>\n<li>Comments are paginated<\/li>\n<li>20 comments per page<\/li>\n<li>Last page displayed by default<\/li>\n<li>Newer comments displayed at the top of each page<\/li>\n<\/ol>\n\n<p>Then the default page will show only one comment, #21. The second page will show comments 20 to 1.<\/p>\n\n<p>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.<\/p>\n\n<h3>Installation<\/h3>\n\n<p>After you upload and activate, you must make a minor modification to your theme.<\/p>\n\n<p>In <code>[wp_list_comments](http:\/\/codex.wordpress.org\/Function_Reference\/wp_list_comments)<\/code> of your theme, pass Walker_Comment_Wink class as the \"walker\" -- like this:<\/p>\n\n<pre><code>if (class_exists('Walker_Comment_Wink'))\n  $walker = new Walker_Comment_Wink();\nelse\n  $walker = '';\n\nwp_list_comments(array('walker' =&gt; $walker));\n<\/code><\/pre>\n\n<h3>Bug Reports &amp; Issues<\/h3>\n\n<p>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 <a href=\"http:\/\/winkpress.com\/articles\/fix-reversed-comments-pagination\/\">comments of the plugin's page<\/a>.<\/p>\n\n<p>Developed by <a href=\"http:\/\/winkpress.com\/\">WinkPress<\/a>.<\/p>\n\n<!--section=changelog-->\n<h4>1.0<\/h4>\n\n<ul>\n<li>The plugin has been used and tested by several people with no problems, so it graduates to 1.0<\/li>\n<li>Improved readme.txt<\/li>\n<\/ul>\n\n<h4>0.5<\/h4>\n\n<ul>\n<li>Initial release<\/li>\n<\/ul>","raw_excerpt":"Fixes WordPress reversed comments pagination issue where it doesn&#039;t fill the default page with comments.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/test.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/12889","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/test.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/test.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/test.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=12889"}],"author":[{"embeddable":true,"href":"https:\/\/test.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/winking"}],"wp:attachment":[{"href":"https:\/\/test.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=12889"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/test.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=12889"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/test.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=12889"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/test.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=12889"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/test.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=12889"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/test.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=12889"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}