{"id":15444,"date":"2011-10-26T03:58:59","date_gmt":"2011-10-26T03:58:59","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/wp-seo-paginate\/"},"modified":"2013-12-17T04:11:25","modified_gmt":"2013-12-17T04:11:25","slug":"wp-seo-paginate","status":"publish","type":"plugin","link":"https:\/\/twd.wordpress.org\/plugins\/wp-seo-paginate\/","author":8441578,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"2.2","stable_tag":"trunk","tested":"3.7.41","requires":"3.0","requires_php":"","requires_plugins":"","header_name":"WP-SEO-Paginate","header_author":"Pankaj Jha","header_description":"","assets_banners_color":"","last_updated":"2013-12-17 04:11:25","external_support_url":"","external_repository_url":"","donate_link":"http:\/\/onlinewebapplication.com\/onlinewebapplication-com-donation\/","header_plugin_uri":"http:\/\/onlinewebapplication.com\/2011\/10\/wp-seo-paginate.html","header_author_uri":"http:\/\/onlinewebapplication.com","rating":3,"author_block_rating":0,"active_installs":90,"downloads":10674,"num_ratings":2,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":[],"upgrade_notice":{"2.2":"<p>Compatible with WordPress 3.8.<\/p>","2.1":"<p>Compatible with WordPress 3.4.1.<\/p>"},"ratings":{"1":"1","2":0,"3":0,"4":0,"5":"1"},"assets_icons":[],"assets_banners":[],"assets_blueprints":{},"all_blocks":[],"tagged_versions":[],"block_files":[],"assets_screenshots":{"screenshot-2.png":{"filename":"screenshot-2.png","revision":"1538922","resolution":"2","location":"plugin"},"screenshot-1.png":{"filename":"screenshot-1.png","revision":"1538922","resolution":"1","location":"plugin"}},"screenshots":[],"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[1753,243,3659,900,5826],"plugin_category":[43,44,55],"plugin_contributors":[77966],"plugin_business_model":[],"class_list":["post-15444","plugin","type-plugin","status-publish","hentry","plugin_tags-navigation","plugin_tags-pages","plugin_tags-paginate","plugin_tags-pagination","plugin_tags-paging","plugin_category-customization","plugin_category-discussion-and-community","plugin_category-seo-and-marketing","plugin_contributors-masdiblogs","plugin_committers-masdiblogs"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/wp-seo-paginate.svg","icon_2x":false,"generated":true},"screenshots":[{"src":"https:\/\/ps.w.org\/wp-seo-paginate\/trunk\/screenshot-1.png?rev=1538922","caption":""},{"src":"https:\/\/ps.w.org\/wp-seo-paginate\/trunk\/screenshot-2.png?rev=1538922","caption":""}],"raw_content":"<!--section=description-->\n<p><br \/>\n<a href=\"http:\/\/onlinewebapplication.com\">Author Site<\/a>|\n<a href=\"http:\/\/onlinewebapplication.com\/2011\/10\/wp-seo-paginate.html\">Plugin Home Page<\/a>\n<br \/>\n<br \/>\nReplaces the basic paging style with a simple paging navigation interface. WP-SEO-Paginate is a simple and flexible pagination plugin which provides users with better navigation on your WordPress site. In addition to increasing the user experience for your visitors, pagination also increases the SEO of your site by providing more links to your content. WP-SEO-Paginate can also be used to paginate post comments! Pagination for easier navigation on your WordPress<\/p>\n\n<p>Feature:<\/p>\n\n<ol>\n<li>Replaces the basic ? Older posts | Newer posts ? links with a simple paging navigation interface.<\/li>\n<li>Works on all modern browsers.<\/li>\n<li>Backwards Compatibility.<\/li>\n<li>Very simple configuration.<\/li>\n<li>Support all the theme.<\/li>\n<li>SEO compatible.<\/li>\n<li>WP-SEO-Paginate can also be used to paginate post comments<\/li>\n<\/ol>\n\n<p>Translations: http:\/\/plugins.svn.wordpress.org\/wp-seo-paginate\/trunk\/I18n (check the version number for the correct file)<\/p>\n\n<!--section=installation-->\n<p><em>Install and Activate<\/em><\/p>\n\n<ol>\n<li>Unzip the downloaded WP-SEO-Paginate zip file<\/li>\n<li>Upload the <code>wp-seo-paginate<\/code> folder and its contents into the <code>wp-content\/plugins\/<\/code> directory of your WordPress installation<\/li>\n<li>Activate WP-SEO-Paginate from Plugins page<\/li>\n<\/ol>\n\n<p><em>Implement<\/em><\/p>\n\n<p>For posts pagination:\n1) Open the theme files where you'd like pagination to be used. Usually this is the <code>loop.php<\/code> file. For older version of WordPress, you may need to update the <code>index.php<\/code>, <code>archive.php<\/code> and <code>search.php<\/code> files.<\/p>\n\n<p>2) Replace your existing <code>previous_posts_link()<\/code> and <code>next_posts_link()<\/code> code block with the following:<\/p>\n\n<pre><code>&lt;?php if(function_exists('wp_paginate')) {\n    wp_paginate();\n} ?&gt;\n<\/code><\/pre>\n\n<p>For comments pagination:\n1) Open the theme file(s) where you'd like comments pagination to be used. Usually this is the <code>comments.php<\/code> file.<\/p>\n\n<p>2) Replace your existing <code>previous_comments_link()<\/code> and <code>next_comments_link()<\/code> code block with the following:<\/p>\n\n<pre><code>&lt;?php if(function_exists('wp_paginate_comments')) {\n    wp_paginate_comments();\n} ?&gt;\n<\/code><\/pre>\n\n<p><em>Configure<\/em><\/p>\n\n<p>1) Configure the WP-SEO-Paginate settings, if necessary, from the WP-SEO-Paginate option in the Settings menu<\/p>\n\n<p>2) The styles can be changed with the following methods:<\/p>\n\n<ul>\n<li>Add a <code>wp-seo-paginate.css<\/code> file in your theme's directory and place your custom CSS there<\/li>\n<li>Add your custom CSS to your theme's <code>styles.css<\/code><\/li>\n<li>Modify the <code>wp-seo-paginate.css<\/code> file in the wp-seo-paginate plugin directory<\/li>\n<\/ul>\n\n<p><em>Note:<\/em> The first two options will ensure that WP-SEO-Paginate updates will not overwrite your custom styles.<\/p>\n\n<!--section=faq-->\n<p>You can Check FAQ on my website :<br \/>\n<a href=\"http:\/\/onlinewebapplication.com\/2011\/10\/wp-seo-paginate.html\">WP-SEO-Paginate<\/a><br \/><\/p>\n\n<!--section=changelog-->\n<h4>2.2<\/h4>\n\n<ul>\n<li>Compatible with WordPress 3.8.<\/li>\n<\/ul>\n\n<h4>2.1<\/h4>\n\n<ul>\n<li>Compatible with WordPress 3.4.1.<\/li>\n<\/ul>\n\n<h4>2.0<\/h4>\n\n<ul>\n<li>Initial release<\/li>\n<\/ul>","raw_excerpt":"Provides users with better and simple navigation interface.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/15444","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=15444"}],"author":[{"embeddable":true,"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/masdiblogs"}],"wp:attachment":[{"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=15444"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=15444"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=15444"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=15444"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=15444"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/twd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=15444"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}