{"id":15298,"date":"2011-10-19T18:13:55","date_gmt":"2011-10-19T18:13:55","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/simple-pagination\/"},"modified":"2014-01-30T11:47:13","modified_gmt":"2014-01-30T11:47:13","slug":"simple-pagination","status":"closed","type":"plugin","link":"https:\/\/wordpress.org\/plugins\/simple-pagination\/","author":8055636,"comment_status":"closed","ping_status":"closed","template":"","meta":{"version":"2.1.7","stable_tag":"2.1.7","tested":"3.7.41","requires":"2.7","requires_php":"","requires_plugins":"","header_name":"Simple Pagination","header_author":"GeekPress","header_description":"","assets_banners_color":"","last_updated":"2017-11-28 18:20:54","external_support_url":"","external_repository_url":"","donate_link":"https:\/\/www.paypal.com\/cgi-bin\/webscr?cmd=_s-xclick&hosted_button_id=TSGWZURGHBRCA","header_plugin_uri":"http:\/\/wordpress.org\/plugin\/simple-pagination\/","header_author_uri":"http:\/\/www.geekpress.fr\/","rating":4.7,"author_block_rating":0,"active_installs":1000,"downloads":70180,"num_ratings":0,"support_threads":1,"support_threads_resolved":1,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":[],"upgrade_notice":[],"ratings":{"1":0,"2":0,"3":0,"4":"1","5":"2"},"assets_icons":[],"assets_banners":[],"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.0.1","1.0.2","1.0.3","2.0","2.1","2.1.1","2.1.2","2.1.3","2.1.4","2.1.4.1","2.1.5","2.1.6","2.1.7"],"block_files":[],"assets_screenshots":{"screenshot-5.png":{"filename":"screenshot-5.png","revision":"1777156","resolution":"5","location":"plugin"},"screenshot-4.png":{"filename":"screenshot-4.png","revision":"1777156","resolution":"4","location":"plugin"},"screenshot-2.png":{"filename":"screenshot-2.png","revision":"1777156","resolution":"2","location":"plugin"},"screenshot-3.png":{"filename":"screenshot-3.png","revision":"1777156","resolution":"3","location":"plugin"},"screenshot-1.png":{"filename":"screenshot-1.png","revision":"1777156","resolution":"1","location":"plugin"}},"screenshots":{"1":"Default appearance","2":"Admin Section : Texts for navigation links","3":"Admin Section : HTML\/CSS Advanced Settings","4":"Admin Section : Posts Advanced Settings","5":"Help Section"},"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[170,243,3659,900,5826],"plugin_category":[43,44,55],"plugin_contributors":[79534],"plugin_business_model":[],"class_list":["post-15298","plugin","type-plugin","status-closed","hentry","plugin_tags-page","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-geekpress","plugin_committers-geekpress"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/simple-pagination.svg","icon_2x":false,"generated":true},"screenshots":[{"src":"https:\/\/ps.w.org\/simple-pagination\/trunk\/screenshot-1.png?rev=1777156","caption":"Default appearance"},{"src":"https:\/\/ps.w.org\/simple-pagination\/trunk\/screenshot-2.png?rev=1777156","caption":"Admin Section : Texts for navigation links"},{"src":"https:\/\/ps.w.org\/simple-pagination\/trunk\/screenshot-3.png?rev=1777156","caption":"Admin Section : HTML\/CSS Advanced Settings"},{"src":"https:\/\/ps.w.org\/simple-pagination\/trunk\/screenshot-4.png?rev=1777156","caption":"Admin Section : Posts Advanced Settings"},{"src":"https:\/\/ps.w.org\/simple-pagination\/trunk\/screenshot-5.png?rev=1777156","caption":"Help Section"}],"raw_content":"<!--section=description-->\n<p>Simple Pagination allows to set up an advanced pagination for posts and comments. You have an easier navigation on your WordPress.<\/p>\n\n<p>Simple Pagination has 6 stylesheets for the pagination : CSS 3, Flickr, Digg, Sabrus.us, Green and Grey<\/p>\n\n<p>Translation: English, French<\/p>\n\n<!--section=installation-->\n<ol>\n<li>Upload the complete <code>simple-pagination<\/code> folder to the <code>\/wp-content\/plugins\/<\/code> directory<\/li>\n<li>Activate the plugin through the 'Plugins' menu in WordPress<\/li>\n<li>Go to 'Simple Pagination' under the 'Settings' tab and configure the plugin<\/li>\n<\/ol>\n\n<h4>Usage for posts<\/h4>\n\n<p>In your theme, open the theme files where you'd like pagination to be used. \nYou need to find calls to next_posts_link() and previous_posts_link() and replace them.<\/p>\n\n<p>Usually this is the <code>loop.php<\/code> file.<\/p>\n\n<p>You would replace those two lines with this:<\/p>\n\n<pre><code>&lt;?php if(function_exists('wp_simple_pagination')) {\n    wp_simple_pagination();\n} ?&gt; \n<\/code><\/pre>\n\n<h4>Usage for comments<\/h4>\n\n<p>In your theme, open the theme files where you'd like pagination to be used. \nYou need to find calls to next_comments_link() and previous_comments_link() and replace them.<\/p>\n\n<p>Usually this is the <code>comments.php<\/code> file.<\/p>\n\n<p>You would replace those two lines with this:<\/p>\n\n<pre><code>&lt;?php if(function_exists('wp_simple_comments_pagination')) {\n    wp_simple_comments_pagination();\n} ?&gt;\n<\/code><\/pre>\n\n<!--section=faq-->\n<dl>\n<dt>Installation Instructions<\/dt>\n<dd><ol>\n<li>Upload the complete <code>simple-pagination<\/code> folder to the <code>\/wp-content\/plugins\/<\/code> directory<\/li>\n<li>Activate the plugin through the 'Plugins' menu in WordPress<\/li>\n<li>Go to 'Simple Pagination' under the 'Settings' tab and configure the plugin<\/li>\n<\/ol>\n\n<h4>Usage for posts<\/h4>\n\n<p>In your theme, open the theme files where you'd like pagination to be used. \nYou need to find calls to next_posts_link() and previous_posts_link() and replace them.<\/p>\n\n<p>Usually this is the <code>loop.php<\/code> file.<\/p>\n\n<p>You would replace those two lines with this:<\/p>\n\n<pre><code>&lt;?php if(function_exists('wp_simple_pagination')) {\n    wp_simple_pagination();\n} ?&gt; \n<\/code><\/pre>\n\n<h4>Usage for comments<\/h4>\n\n<p>In your theme, open the theme files where you'd like pagination to be used. \nYou need to find calls to next_comments_link() and previous_comments_link() and replace them.<\/p>\n\n<p>Usually this is the <code>comments.php<\/code> file.<\/p>\n\n<p>You would replace those two lines with this:<\/p>\n\n<pre><code>&lt;?php if(function_exists('wp_simple_comments_pagination')) {\n    wp_simple_comments_pagination();\n} ?&gt;\n<\/code><\/pre><\/dd>\n<dt>How to change the css of Simple Pagination with my own css file?<\/dt>\n<dd><p>You can uncheck the \"Simple Pagination CSS file\" option from the settings page and add your own styles to your theme's style.css<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>2.1.7<\/h4>\n\n<ul>\n<li>Fixed 7 PHP errors notices<\/li>\n<\/ul>\n\n<h4>2.1.6<\/h4>\n\n<ul>\n<li>Fixed bug with URL pagination between 10 to 19<\/li>\n<\/ul>\n\n<h4>2.1.5<\/h4>\n\n<ul>\n<li>Fixed double \/\/ in CSS file URL<\/li>\n<li>Fixed Notice: Undefined variable: dots in \/wp-content\/plugins\/simple-pagination\/simple-pagination.php on line 874<\/li>\n<\/ul>\n\n<h4>2.1.4.1<\/h4>\n\n<ul>\n<li>Fixed stupid error with Plugin URI<\/li>\n<\/ul>\n\n<h4>2.1.4<\/h4>\n\n<ul>\n<li>Fixed bug when URL contains $_GET variables<\/li>\n<li>Fixed all PHP notices errors<\/li>\n<li>The options aren't removed when disabling the plugin, it's only if the plugin is deleted<\/li>\n<\/ul>\n\n<h4>2.1.3<\/h4>\n\n<ul>\n<li>Fixed a bug with duplicate content on the first page<\/li>\n<\/ul>\n\n<h4>2.1.2<\/h4>\n\n<ul>\n<li>Fixed a bug when you do a search with multiple words<\/li>\n<\/ul>\n\n<h4>2.1.1<\/h4>\n\n<ul>\n<li>Fixed a bug for the pagination render<\/li>\n<li>Tested on WordPress 3.3.1<\/li>\n<\/ul>\n\n<h4>2.1<\/h4>\n\n<ul>\n<li>Add option : \"Always Show Page Navigation\"<\/li>\n<\/ul>\n\n<h4>2.0<\/h4>\n\n<ul>\n<li>Add function wp_simple_comments_pagination()<\/li>\n<\/ul>\n\n<h4>1.0.3<\/h4>\n\n<ul>\n<li>Fixed a bug for search results.<\/li>\n<\/ul>\n\n<h4>1.0.2<\/h4>\n\n<ul>\n<li>Add 2 new stylesheets.<\/li>\n<\/ul>\n\n<h4>1.0.1<\/h4>\n\n<ul>\n<li>Fixed a bug for configuration with no permalink.<\/li>\n<\/ul>\n\n<h4>1.0<\/h4>\n\n<ul>\n<li>Initial release.<\/li>\n<\/ul>","raw_excerpt":"Simple Pagination allows to set up an advanced pagination for posts and comments. You have an easier navigation on your WordPress.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/15298","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=15298"}],"author":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/geekpress"}],"wp:attachment":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=15298"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=15298"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=15298"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=15298"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=15298"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=15298"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}