{"id":23060,"date":"2013-04-21T08:00:03","date_gmt":"2013-04-21T08:00:03","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/wp-lopa\/"},"modified":"2013-04-22T10:29:28","modified_gmt":"2013-04-22T10:29:28","slug":"wp-lopa","status":"publish","type":"plugin","link":"https:\/\/tr.wordpress.org\/plugins\/wp-lopa\/","author":12083916,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"0.1.3","stable_tag":"0.1.3","tested":"3.5.2","requires":"3.0.1","requires_php":"","requires_plugins":"","header_name":"Logarithmic Pagination","header_author":"Jonas Heitzer","header_description":"","assets_banners_color":"627e72","last_updated":"2013-04-22 10:29:28","external_support_url":"","external_repository_url":"","donate_link":"","header_plugin_uri":"http:\/\/www.k308.de\/wp\/logarithmic-pagination","header_author_uri":"http:\/\/blog.k308.de","rating":4,"author_block_rating":0,"active_installs":20,"downloads":3270,"num_ratings":1,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":[],"upgrade_notice":{"0.1":"<p>This is the initial version.<\/p>"},"ratings":{"1":0,"2":0,"3":0,"4":"1","5":0},"assets_icons":[],"assets_banners":{"banner-1544x500.png":{"filename":"banner-1544x500.png","revision":"701020","resolution":"1544x500","location":"assets"},"banner-772x250.png":{"filename":"banner-772x250.png","revision":"701020","resolution":"772x250","location":"assets"}},"assets_blueprints":{},"all_blocks":[],"tagged_versions":["0.1","0.1.1","0.1.2","0.1.3"],"block_files":[],"assets_screenshots":{"screenshot-1.png":{"filename":"screenshot-1.png","revision":"701029","resolution":"1","location":"assets"},"screenshot-2.png":{"filename":"screenshot-2.png","revision":"701432","resolution":"2","location":"assets"}},"screenshots":{"1":"An example of the generated output","2":"This is the Settings page of wp-lopa"},"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[3621,610,1753,900,944],"plugin_category":[43,57],"plugin_contributors":[88856],"plugin_business_model":[],"class_list":["post-23060","plugin","type-plugin","status-publish","hentry","plugin_tags-archives","plugin_tags-categories","plugin_tags-navigation","plugin_tags-pagination","plugin_tags-search","plugin_category-customization","plugin_category-taxonomy","plugin_contributors-uargh","plugin_committers-uargh"],"banners":{"banner":"https:\/\/ps.w.org\/wp-lopa\/assets\/banner-772x250.png?rev=701020","banner_2x":"https:\/\/ps.w.org\/wp-lopa\/assets\/banner-1544x500.png?rev=701020","banner_rtl":false,"banner_2x_rtl":false},"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/wp-lopa_627e72.svg","icon_2x":false,"generated":true},"screenshots":[{"src":"https:\/\/ps.w.org\/wp-lopa\/assets\/screenshot-1.png?rev=701029","caption":"An example of the generated output"},{"src":"https:\/\/ps.w.org\/wp-lopa\/assets\/screenshot-2.png?rev=701432","caption":"This is the Settings page of wp-lopa"}],"raw_content":"<!--section=description-->\n<p>This will give you an advanced pagination to distribute your link-juice more evenly across your paginated paged. It also provides a better choice of navigation to the user to explore and find your content.<\/p>\n\n<p>You can turn the pagination on\/off separately for:<\/p>\n\n<ul>\n<li>homepage<\/li>\n<li>search results<\/li>\n<li>category archives<\/li>\n<li>date archives<\/li>\n<li>tag archives<\/li>\n<li>author archives<\/li>\n<\/ul>\n\n<p>Or implement it directly into your theme using <code>&lt;?php the_wp_lopa('pages_below'); ?&gt;<\/code>.<\/p>\n\n<p>You can also choose if you want it to be displayed before and\/or after the loop content.<\/p>\n\n<p>The plugin is currently available in English and German. If you want to help translate it, just write me an email. Help is much appreciated!<\/p>\n\n<p>For more information visit the <a href=\"http:\/\/www.k308.de\/labs\/logarithmic-pagination\" title=\"Logarithmic Pagination plugin page\">plugin website<\/a>.<\/p>\n\n<h4>Credits<\/h4>\n\n<p>This plugin is based on the idea found in the following (German) article by Nikolas Schmidt-Voigt: <a href=\"http:\/\/www.kawumba.de\/webseitenstruktur-und-paginierung-fuer-seo\/\" title=\"Logarithmic Pagination plugin page\">Webseitenstruktur und Paginierung f\u00fcr SEO<\/a> &amp; a \n<a href=\"http:\/\/stackoverflow.com\/questions\/7835752\/how-to-do-page-navigation-for-many-many-pages-logarithmic-page-navigation\" title=\"\">discussion<\/a> on stackoverflow.<\/p>\n\n<!--section=installation-->\n<ol>\n<li>Unzip wp-lopa.zip.<\/li>\n<li>Upload <code>wp-lopa<\/code> to the <code>\/wp-content\/plugins\/<\/code> directory<\/li>\n<li>Activate the plugin through the <code>Plugins<\/code> menu in WordPress<\/li>\n<li>Change Settings on <code>Settings<\/code> -&gt; <code>Log. Pagination<\/code> and\/or implement template-tag respectively<\/li>\n<li>Remove the original pagination code from the template files. Depending on your themes structure they can be located in files named <code>loop.php<\/code>, <code>index.php<\/code>, <code>archive.php<\/code>, <code>date.php<\/code>, <code>search.php<\/code>, <code>author.php<\/code> or others.<\/li>\n<li><p>Add some CSS to make it all pretty. To make it easier here is some sample-code:<\/p>\n\n<p>.assistive-text { display: none; }\n.paging-navigation ul {\n    list-style: none;\n}<\/p>\n\n<p>.paging-navigation li {\n    float: left;\n}<\/p>\n\n<p>.paging-navigation .current {\n}<\/p>\n\n<p>.paging-navigation .paginate_link {\n}<\/p>\n\n<p>.paging-navigation .prev {\n}<\/p>\n\n<p>.paging-navigation .next {\n}<\/p><\/li>\n<\/ol>\n\n<p>Here is some sample HTML output:<\/p>\n\n<pre><code>&lt;nav role=\"navigation\" id=\"pages_bottom\" class=\"site-navigation paging-navigation\"&gt;\n    &lt;h1 class=\"assistive-text\"&gt;Post navigation&lt;\/h1&gt;\n    &lt;ul&gt;\n        &lt;li&gt;\n            &lt;a href=\"?paged=2\" rel=\"prev\" class=\"prev\"&gt;\n                &lt;span class=\"paginate_link\"&gt;Previous&lt;\/span&gt;\n            &lt;\/a&gt;\n        &lt;\/li&gt;\n        &lt;li&gt;\n            &lt;a href=\"\/\"&gt;\n                &lt;span class=\"paginate_link\"&gt;1&lt;\/span&gt;\n            &lt;\/a&gt;\n        &lt;\/li&gt;\n        &lt;li&gt;\n            &lt;a rel=\"prev\" href=\"?paged=2\"&gt;\n                &lt;span class=\"paginate_link\"&gt;2&lt;\/span&gt;\n            &lt;\/a&gt;\n        &lt;\/li&gt;\n        &lt;li&gt;\n            &lt;span class=\"current\"&gt;3&lt;\/span&gt;\n        &lt;\/li&gt;\n        &lt;li&gt;\n            &lt;a rel=\"next\" href=\"?paged=4\"&gt;\n                &lt;span class=\"paginate_link\"&gt;4&lt;\/span&gt;\n            &lt;\/a&gt;\n        &lt;\/li&gt;\n[...]\n        &lt;li&gt;\n            &lt;span class=\"seperator\"&gt;..&lt;\/span&gt;\n        &lt;\/li&gt;\n        &lt;li&gt;\n            &lt;a href=\"?paged=19\"&gt;\n                &lt;span class=\"paginate_link\"&gt;19&lt;\/span&gt;\n            &lt;\/a&gt;\n        &lt;\/li&gt;\n        &lt;li&gt;\n            &lt;span class=\"seperator\"&gt;...&lt;\/span&gt;\n        &lt;\/li&gt;\n        &lt;li&gt;\n            &lt;a href=\"?paged=35\"&gt;\n                &lt;span class=\"paginate_link\"&gt;35&lt;\/span&gt;\n            &lt;\/a&gt;\n        &lt;\/li&gt;\n[...]\n        &lt;li&gt;\n            &lt;a href=\"?paged=42\"&gt;\n                &lt;span class=\"paginate_link\"&gt;42&lt;\/span&gt;\n            &lt;\/a&gt;\n        &lt;\/li&gt;\n        &lt;li&gt;\n            &lt;a href=\"?paged=4\" rel=\"next\" class=\"next\"&gt;\n                &lt;span class=\"paginate_link\"&gt;Next&lt;\/span&gt;\n            &lt;\/a&gt;\n        &lt;\/li&gt;\n    &lt;\/ul&gt;\n&lt;\/nav&gt;\n<\/code><\/pre>\n\n<!--section=faq-->\n<dl>\n<dt>Does the plugin support the use of pretty permalinks?<\/dt>\n<dd><p>Yes, it does. It uses internal Wordpress functions to generate the links so all changes to your link structure within your Wordpress site will be repsected.<\/p><\/dd>\n<dt>I have navigation showing up in the sidebar.<\/dt>\n<dd><p>Until i find a better solution you will have to use the template-tag <code>&lt;?php the_wp_lopa('pages_below'); ?&gt;<\/code> to call the pagination element. Make sure to uncheck the places on the Settings page aswell.<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>0.1.3<\/h4>\n\n<ul>\n<li>Fixed translations<\/li>\n<\/ul>\n\n<h4>0.1.2<\/h4>\n\n<ul>\n<li>Added some default css so the pagination starts out looking half way decent.<\/li>\n<li>Added the option to display pagination on author archives.<\/li>\n<\/ul>\n\n<h4>0.1.1<\/h4>\n\n<ul>\n<li>Added template-tag <code>&lt;?php the_wp_lopa('pages_below'); ?&gt;<\/code> to use when having confilcts with widgets<\/li>\n<\/ul>\n\n<h4>0.1<\/h4>\n\n<ul>\n<li>Initial version<\/li>\n<\/ul>","raw_excerpt":"This plugin inserts pagination to your blog, archives and search results based on logarithmic calculation for a more evenly distributed link-juice.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/tr.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/23060","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/tr.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/tr.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/tr.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=23060"}],"author":[{"embeddable":true,"href":"https:\/\/tr.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/uargh"}],"wp:attachment":[{"href":"https:\/\/tr.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=23060"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/tr.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=23060"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/tr.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=23060"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/tr.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=23060"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/tr.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=23060"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/tr.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=23060"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}