{"id":15967,"date":"2011-12-08T13:18:32","date_gmt":"2011-12-08T13:18:32","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/floating-nextprev\/"},"modified":"2020-08-10T23:02:44","modified_gmt":"2020-08-10T23:02:44","slug":"floating-nextprev","status":"publish","type":"plugin","link":"https:\/\/pcd.wordpress.org\/plugins\/floating-nextprev\/","author":6207869,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"2.3.0","stable_tag":"2.3.0","tested":"5.5.18","requires":"3.8","requires_php":"","requires_plugins":"","header_name":"Floating NextPrev","header_author":"Claudio Sanches","header_description":"","assets_banners_color":"","last_updated":"2020-08-10 23:02:44","external_support_url":"","external_repository_url":"","donate_link":"http:\/\/claudiosmweb.com\/doacoes\/","header_plugin_uri":"https:\/\/github.com\/claudiosmweb\/floating-nextprev","header_author_uri":"https:\/\/claudiosmweb.com\/","rating":4.9,"author_block_rating":0,"active_installs":100,"downloads":16246,"num_ratings":8,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":[],"upgrade_notice":[],"ratings":{"1":0,"2":0,"3":0,"4":1,"5":7},"assets_icons":[],"assets_banners":[],"assets_blueprints":{},"all_blocks":[],"tagged_versions":["2.0.0","2.1.0","2.2.0","2.3.0"],"block_files":[],"assets_screenshots":{"screenshot-1.png":{"filename":"screenshot-1.png","revision":"1471960","resolution":"1","location":"assets","locale":""},"screenshot-2.png":{"filename":"screenshot-2.png","revision":"1471960","resolution":"2","location":"assets","locale":""}},"screenshots":{"1":"Plugin in action.","2":"Plugin settings."},"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[3167,202,1753],"plugin_category":[43,59],"plugin_contributors":[77604],"plugin_business_model":[],"class_list":["post-15967","plugin","type-plugin","status-publish","hentry","plugin_tags-floating","plugin_tags-jquery","plugin_tags-navigation","plugin_category-customization","plugin_category-utilities-and-tools","plugin_contributors-claudiosanches","plugin_committers-claudiosanches"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/floating-nextprev.svg","icon_2x":false,"generated":true},"screenshots":[{"src":"https:\/\/ps.w.org\/floating-nextprev\/assets\/screenshot-1.png?rev=1471960","caption":"Plugin in action."},{"src":"https:\/\/ps.w.org\/floating-nextprev\/assets\/screenshot-2.png?rev=1471960","caption":"Plugin settings."}],"raw_content":"<!--section=description-->\n<p>The Floating NextPrev displays buttons for navigation between your blog posts.\nThe icons are displayed only within the pages of posts and can promote a better navigation for your visitors.<\/p>\n\n<h4>Contribute<\/h4>\n\n<p>You can contribute to the source code in our <a href=\"https:\/\/github.com\/claudiosmweb\/floating-nextprev\">GitHub<\/a> page.<\/p>\n\n<h3>License<\/h3>\n\n<!--section=installation-->\n<ul>\n<li>Upload plugin files to your plugins folder, or install using WordPress built-in Add New Plugin installer;<\/li>\n<li>Activate the plugin;<\/li>\n<li>Navigate to Settings -&gt; Floating NextPrev and select the design model.<\/li>\n<\/ul>\n\n<!--section=faq-->\n<dl>\n<dt><h3>What is the plugin license?<\/h3><\/dt>\n<dd><ul>\n<li>This plugin is released under a GPL license.<\/li>\n<\/ul><\/dd>\n<dt><h3>Why the plugin is not working?<\/h3><\/dt>\n<dd><ul>\n<li>Probably due to incompatibility of jQuery. Check to see if this plugin modifying the jQuery version of your WordPress.<\/li>\n<\/ul><\/dd>\n<dt><h3>How navigating only in posts in the same category?<\/h3><\/dt>\n<dd><p>Paste this code in <code>functions.php<\/code> file of your theme:<\/p>\n\n<pre><code>add_filter( 'floating_nextprev_in_same_cat', '__return_true' );\n<\/code><\/pre><\/dd>\n<dt><h3>How to hide in some categories?<\/h3><\/dt>\n<dd><p>Use this example in <code>functions.php<\/code> file of your theme:<\/p>\n\n<pre><code>function floating_nextprev_exclude_categories( $excluded_categories ) {\n    $excluded_categories = '1,2,3'; \/\/ add your categories ids.\n\n    return excluded_categories;\n}\n\nadd_filter( 'floating_nextprev_excluded_categories', 'floating_nextprev_exclude_categories' );\n<\/code><\/pre><\/dd>\n<dt><h3>How can I control the display?<\/h3><\/dt>\n<dd><p>You can control the display using the <code>floating_nextprev_display<\/code> filter.\nExample how to display only in news category:<\/p>\n\n<pre><code>function floating_nextprev_only_in_news( $display ) {\n    return in_category( 'news' );\n}\n\nadd_filter( 'floating_nextprev_display', 'floating_nextprev_only_in_news' );\n<\/code><\/pre><\/dd>\n<dt><h3>How to change the \"Previous\" and \"Next\" titles?<\/h3><\/dt>\n<dd><p>Use the <code>floating_nextprev_prev_title<\/code> and <code>floating_nextprev_next_title<\/code> filters.\nExample:<\/p>\n\n<pre><code>function floating_nextprev_prev_title( $title ) {\n    return __( '&amp;larr;', 'textdomain' );\n}\n\nadd_filter( 'floating_nextprev_prev_title', 'floating_nextprev_prev_title' );\n\nfunction floating_nextprev_next_title( $title ) {\n    return __( '&amp;rarr;', 'textdomain' );\n}\n\nadd_filter( 'floating_nextprev_next_title', 'floating_nextprev_next_title' );\n<\/code><\/pre><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>2.3.0 - 2016\/08\/10<\/h4>\n\n<ul>\n<li>Improved how check for the first and last pages in order to avoid wrong arrow buttons.<\/li>\n<\/ul>","raw_excerpt":"Displays icons for navigation between your posts so practical and fast.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/15967","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=15967"}],"author":[{"embeddable":true,"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/claudiosanches"}],"wp:attachment":[{"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=15967"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=15967"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=15967"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=15967"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=15967"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=15967"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}