{"id":3989,"date":"2008-11-04T13:58:37","date_gmt":"2008-11-04T13:58:37","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/wp-commentnavi\/"},"modified":"2023-08-09T02:59:08","modified_gmt":"2023-08-09T02:59:08","slug":"wp-commentnavi","status":"publish","type":"plugin","link":"https:\/\/test.wordpress.org\/plugins\/wp-commentnavi\/","author":259,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"1.12.2","stable_tag":"trunk","tested":"6.3.8","requires":"2.8","requires_php":"","requires_plugins":null,"header_name":"WP-CommentNavi","header_author":"Lester 'GaMerZ' Chan","header_description":"","assets_banners_color":"e9eaec","last_updated":"2023-08-09 02:59:08","external_support_url":"","external_repository_url":"","donate_link":"http:\/\/lesterchan.net\/site\/donation\/","header_plugin_uri":"https:\/\/lesterchan.net\/portfolio\/programming\/php\/","header_author_uri":"https:\/\/lesterchan.net","rating":5,"author_block_rating":0,"active_installs":800,"downloads":64635,"num_ratings":2,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","faq","changelog"],"tags":{"1.00":{"tag":"1.00","author":"GamerZ","date":"2009-02-07 14:09:37"},"1.10":{"tag":"1.10","author":"GamerZ","date":"2011-01-04 16:19:17"}},"upgrade_notice":[],"ratings":{"1":0,"2":0,"3":0,"4":0,"5":"2"},"assets_icons":{"icon.svg":{"filename":"icon.svg","revision":978093,"resolution":false,"location":"assets","locale":false}},"assets_banners":{"banner-1544x500.jpg":{"filename":"banner-1544x500.jpg","revision":1206686,"resolution":"1544x500","location":"assets","locale":""},"banner-772x250.jpg":{"filename":"banner-772x250.jpg","revision":1206686,"resolution":"772x250","location":"assets","locale":""}},"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.00","1.10"],"block_files":[],"assets_screenshots":{"screenshot-1.png":{"filename":"screenshot-1.png","revision":1206685,"resolution":"1","location":"assets","locale":""},"screenshot-2.png":{"filename":"screenshot-2.png","revision":1206685,"resolution":"2","location":"assets","locale":""}},"screenshots":{"1":"Admin - CommentNavi Options","2":"Default CommentNavi Style"},"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[68113,2860,1753,170,68114],"plugin_category":[43],"plugin_contributors":[77620],"plugin_business_model":[],"class_list":["post-3989","plugin","type-plugin","status-publish","hentry","plugin_tags-commentnavi","plugin_tags-navi","plugin_tags-navigation","plugin_tags-page","plugin_tags-wp-commentnavi","plugin_category-customization","plugin_contributors-gamerz","plugin_committers-gamerz"],"banners":{"banner":"https:\/\/ps.w.org\/wp-commentnavi\/assets\/banner-772x250.jpg?rev=1206686","banner_2x":"https:\/\/ps.w.org\/wp-commentnavi\/assets\/banner-1544x500.jpg?rev=1206686","banner_rtl":false,"banner_2x_rtl":false},"icons":{"svg":"https:\/\/ps.w.org\/wp-commentnavi\/assets\/icon.svg?rev=978093","icon":"https:\/\/ps.w.org\/wp-commentnavi\/assets\/icon.svg?rev=978093","icon_2x":false,"generated":false},"screenshots":[{"src":"https:\/\/ps.w.org\/wp-commentnavi\/assets\/screenshot-1.png?rev=1206685","caption":"Admin - CommentNavi Options"},{"src":"https:\/\/ps.w.org\/wp-commentnavi\/assets\/screenshot-2.png?rev=1206685","caption":"Default CommentNavi Style"}],"raw_content":"<!--section=description-->\n<p>Example: <code>Pages 1 of 20: [1] 2 3 4 ... Last<\/code><\/p>\n\n<h3>General Usage<\/h3>\n\n<ol>\n<li>Open <code>wp-content\/themes\/&lt;YOUR THEME NAME&gt;\/comments.php<\/code><\/li>\n<li>Add: <code>&lt;?php if(function_exists('wp_commentnavi')) { wp_commentnavi(); } ?&gt;<\/code><\/li>\n<li>Go to <code>WP-Admin -&gt; Settings-&gt; CommentNavi<\/code> to configure WP-CommentNavi<\/li>\n<\/ol>\n\n<ul>\n<li>If you need to configure the CSS style of WP-CommentNavi, open and edit: <code>commentnavi-css.css<\/code><\/li>\n<li>WP-CommentNavi will load <code>commentnavi-css.css<\/code> from your theme's directory if it exists.<\/li>\n<li>If it doesn't exists, it will just load the default 'commentnavi-css.css' that comes with WP-CommentNavi.<\/li>\n<li>This will allow you to upgrade WP-CommentNavi without worrying about overwriting your page navigation styles that you have create<\/li>\n<\/ul>\n\n<h3>Build Status<\/h3>\n\n<p><a href=\"https:\/\/travis-ci.org\/lesterchan\/wp-commentnavi\"><\/a><\/p>\n\n<h3>Development<\/h3>\n\n<ul>\n<li><a href=\"https:\/\/github.com\/lesterchan\/wp-commentnavi\" title=\"https:\/\/github.com\/lesterchan\/wp-commentnavi\">https:\/\/github.com\/lesterchan\/wp-commentnavi<\/a><\/li>\n<\/ul>\n\n<h3>Translations<\/h3>\n\n<ul>\n<li><a href=\"http:\/\/dev.wp-plugins.org\/browser\/wp-commentnavi\/i18n\/\" title=\"http:\/\/dev.wp-plugins.org\/browser\/wp-commentnavi\/i18n\/\">http:\/\/dev.wp-plugins.org\/browser\/wp-commentnavi\/i18n\/<\/a><\/li>\n<\/ul>\n\n<h3>Credits<\/h3>\n\n<ul>\n<li>Plugin icon by <a href=\"http:\/\/www.freepik.com\">Freepik<\/a> from <a href=\"http:\/\/www.flaticon.com\">Flaticon<\/a><\/li>\n<\/ul>\n\n<h3>Donations<\/h3>\n\n<ul>\n<li>I spent most of my free time creating, updating, maintaining and supporting these plugins, if you really love my plugins and could spare me a couple of bucks, I will really appreciate it. If not feel free to use it without any obligations.<\/li>\n<\/ul>\n\n<!--section=faq-->\n<dl>\n<dt id='to%20display%20view%20all%20comments%20link'><h3>To Display View All Comments Link<\/h3><\/dt>\n<dd><ol>\n<li>Open <code>wp-content\/themes\/&lt;YOUR THEME NAME&gt;\/comments.php<\/code><\/li>\n<li>Add:\n<\/li>\n<\/ol>\n\n<p>* The first value you pass in is the \"View All Comments\" link text\n* Default: <code>wp_commentnavi_all_comments_link('View all comments');<\/code><\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h3>Version 1.12.2<\/h3>\n\n<ul>\n<li>FIXED: XSS. esc_attr() on form values<\/li>\n<\/ul>\n\n<h3>Version 1.12.1<\/h3>\n\n<ul>\n<li>FIXED: XSS<\/li>\n<\/ul>\n\n<h3>Version 1.12<\/h3>\n\n<ul>\n<li>FIXED: commentnavi_textdomain instead of polls_textdomain. Props slightlydifferent.<\/li>\n<\/ul>\n\n<h3>Version 1.11<\/h3>\n\n<ul>\n<li>NEW: Supports WordPress Mutisite Network Activation<\/li>\n<li>NEW: Uses WordPress native uninstall.php<\/li>\n<\/ul>\n\n<h3>Version 1.10 (01-06-2009)<\/h3>\n\n<ul>\n<li>NEW: Works For WordPress 2.8<\/li>\n<li>NEW: Added \"View All Comments\" Link Function<\/li>\n<li>NEW: Added \"first\", \"page\" and \"last\" CSS Name To Link<\/li>\n<li>NEW: Use _n() Instead Of __ngettext() And _n_noop() Instead Of __ngettext_noop()<\/li>\n<li>FIXED: Removed \"&#8201;\" Entity<\/li>\n<\/ul>\n\n<h3>Version 1.00 (12-12-2008)<\/h3>\n\n<ul>\n<li>NEW: Initial Release<\/li>\n<\/ul>","raw_excerpt":"Adds a more advanced paging navigation for your comments to your WordPress blog.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/test.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/3989","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=3989"}],"author":[{"embeddable":true,"href":"https:\/\/test.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/gamerz"}],"wp:attachment":[{"href":"https:\/\/test.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=3989"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/test.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=3989"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/test.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=3989"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/test.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=3989"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/test.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=3989"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/test.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=3989"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}