Title: Floating NextPrev
Author: Claudio Sanches
Published: <strong>8 de Decembro, 2011</strong>
Last modified: 10 de Agosto, 2020

---

Buscar plugins

Este plugin **non se actualizou en máis de 2 anos**. É posible que xa non sexa compatible
ou mantido por ninguén, ou podes ter problemas de compatibilidade cando se usa con
novas versións de WordPress.

![](https://s.w.org/plugins/geopattern-icon/floating-nextprev.svg)

# Floating NextPrev

 Por [Claudio Sanches](https://profiles.wordpress.org/claudiosanches/)

[Descargar](https://downloads.wordpress.org/plugin/floating-nextprev.2.3.0.zip)

 * [Detalles](https://gl.wordpress.org/plugins/floating-nextprev/#description)
 * [Valoracións](https://gl.wordpress.org/plugins/floating-nextprev/#reviews)
 *  [Instalación](https://gl.wordpress.org/plugins/floating-nextprev/#installation)
 * [Desenvolvemento](https://gl.wordpress.org/plugins/floating-nextprev/#developers)

 [Soporte](https://wordpress.org/support/plugin/floating-nextprev/)

## Descrición

The Floating NextPrev displays buttons for navigation between your blog posts.
 
The icons are displayed only within the pages of posts and can promote a better 
navigation for your visitors.

#### Contribute

You can contribute to the source code in our [GitHub](https://github.com/claudiosmweb/floating-nextprev)
page.

### License

## Capturas

[⌊Plugin in action.⌉⌊Plugin in action.⌉[

Plugin in action.

[⌊Plugin settings.⌉⌊Plugin settings.⌉[

Plugin settings.

## Instalación

 * Upload plugin files to your plugins folder, or install using WordPress built-
   in Add New Plugin installer;
 * Activate the plugin;
 * Navigate to Settings -> Floating NextPrev and select the design model.

## Preguntas frecuentes

### What is the plugin license?

 * This plugin is released under a GPL license.

### Why the plugin is not working?

 * Probably due to incompatibility of jQuery. Check to see if this plugin modifying
   the jQuery version of your WordPress.

### How navigating only in posts in the same category?

Paste this code in `functions.php` file of your theme:

    ```
    add_filter( 'floating_nextprev_in_same_cat', '__return_true' );
    ```

### How to hide in some categories?

Use this example in `functions.php` file of your theme:

    ```
    function floating_nextprev_exclude_categories( $excluded_categories ) {
        $excluded_categories = '1,2,3'; // add your categories ids.

        return excluded_categories;
    }

    add_filter( 'floating_nextprev_excluded_categories', 'floating_nextprev_exclude_categories' );
    ```

### How can I control the display?

You can control the display using the `floating_nextprev_display` filter.
 Example
how to display only in news category:

    ```
    function floating_nextprev_only_in_news( $display ) {
        return in_category( 'news' );
    }

    add_filter( 'floating_nextprev_display', 'floating_nextprev_only_in_news' );
    ```

### How to change the “Previous” and “Next” titles?

Use the `floating_nextprev_prev_title` and `floating_nextprev_next_title` filters.

Example:

    ```
    function floating_nextprev_prev_title( $title ) {
        return __( '&larr;', 'textdomain' );
    }

    add_filter( 'floating_nextprev_prev_title', 'floating_nextprev_prev_title' );

    function floating_nextprev_next_title( $title ) {
        return __( '&rarr;', 'textdomain' );
    }

    add_filter( 'floating_nextprev_next_title', 'floating_nextprev_next_title' );
    ```

## Comentarios

![](https://secure.gravatar.com/avatar/df95578ec1c91d9f665bb07bf800cfc04f1cad5033d90a82fae0ba92b9141ce2?
s=60&d=retro&r=g)

### 󠀁[Excelente!](https://wordpress.org/support/topic/excelente-4111/)󠁿

 [Micro Center – Loja de informática](https://profiles.wordpress.org/microcenter/)
4 de Febreiro, 2025

O plugin funcionou corretamente e é bonito!

![](https://secure.gravatar.com/avatar/faba21045d80651c5c489c0983d95787d8794e6628f02f4c9298745f176de5d5?
s=60&d=retro&r=g)

### 󠀁[FIXED – Really Good but doesn't detect first and last post](https://wordpress.org/support/topic/really-good-but-doesnt-detect-first-and-last-post/)󠁿

 [violet43](https://profiles.wordpress.org/violet43/) 3 de Setembro, 2016 4 respostas

I really like this plugin, it’s really easy and easy to customise even more if you
know css (I decreased the size of the panels.) However, when I am at my last post,
the tab for Next Post keeps showing this current post, because it’s the last one.
Same with the first post when looking at Previous Post. Maybe add an option for 
looping, or just add a condition and don’t display the tab if it’s the first/last
post? 🙂 Thanks!

![](https://secure.gravatar.com/avatar/304a029c841eedc523b689ee1da3856346550af8692e4750397c89a3f55c886a?
s=60&d=retro&r=g)

### 󠀁[I love this plugin](https://wordpress.org/support/topic/i-love-this-plugin-185/)󠁿

 [Omigy](https://profiles.wordpress.org/bizzthat/) 3 de Setembro, 2016

This plugin is something I was looking for a long time ago!

![](https://secure.gravatar.com/avatar/c738a24e869771552aa7da37b64511b52486eb5f5a33110a57c56789e4a744df?
s=60&d=retro&r=g)

### 󠀁[Samll and very useful](https://wordpress.org/support/topic/samll-and-very-useful/)󠁿

 [WiKaBot](https://profiles.wordpress.org/wikabot/) 3 de Setembro, 2016

… eyerything is said in the header … thanks.

![](https://secure.gravatar.com/avatar/918add4ba2a54e31655f678f29458a1c7efce320520f5f2ae73435d90c9b8021?
s=60&d=retro&r=g)

### 󠀁[Looks great!](https://wordpress.org/support/topic/looks-great-60/)󠁿

 [Zoinks! Graphics](https://profiles.wordpress.org/zoinks/) 3 de Setembro, 2016 
1 resposta

Still works on latest WP, two years after last update. One star less than perfect
due to minor quibble about last post activity. Other than that, great!

 [ Ler todas as 8 opinións ](https://wordpress.org/support/plugin/floating-nextprev/reviews/)

## Colaboradores e desenvolvedores

“Floating NextPrev” é un software de código aberto. As seguintes persoas colaboraron
con este plugin.

Colaboradores

 *   [ Claudio Sanches ](https://profiles.wordpress.org/claudiosanches/)

“Floating NextPrev” foi traducido a 2 idiomas. Grazas [aos desenvolvedores](https://translate.wordpress.org/projects/wp-plugins/floating-nextprev/contributors)
polas súas contribucións.

[Traduce “Floating NextPrev” ao teu idioma.](https://translate.wordpress.org/projects/wp-plugins/floating-nextprev)

### Interesado no desenvolvemento?

[Revisa o código](https://plugins.trac.wordpress.org/browser/floating-nextprev/),
bota unha ollada ao[repositorio SVN](https://plugins.svn.wordpress.org/floating-nextprev/),
ou subscríbete ao [log de desenvolvemento](https://plugins.trac.wordpress.org/log/floating-nextprev/)
por [RSS](https://plugins.trac.wordpress.org/log/floating-nextprev/?limit=100&mode=stop_on_copy&format=rss).

## Rexistro de cambios

#### 2.3.0 – 2016/08/10

 * Improved how check for the first and last pages in order to avoid wrong arrow
   buttons.

## Meta

 *  Versión **2.3.0**
 *  Última actualización **Fai 6 anos**
 *  Instalacións activas **100+**
 *  Versión de WordPress ** 3.8 ou superior **
 *  Probado ata **5.5.20**
 *  Idiomas
 * [English (US)](https://wordpress.org/plugins/floating-nextprev/), [Portuguese (Brazil)](https://br.wordpress.org/plugins/floating-nextprev/),
   e [Romanian](https://ro.wordpress.org/plugins/floating-nextprev/).
 *  [Traduce ao teu idioma](https://translate.wordpress.org/projects/wp-plugins/floating-nextprev)
 * Etiquetas
 * [floating](https://gl.wordpress.org/plugins/tags/floating/)[jquery](https://gl.wordpress.org/plugins/tags/jquery/)
   [navigation](https://gl.wordpress.org/plugins/tags/navigation/)
 *  [Vista avanzada](https://gl.wordpress.org/plugins/floating-nextprev/advanced/)

## Valoracións

 4.9 de 5 estrelas

 *  [  7 valoracións de 5 estrelas     ](https://wordpress.org/support/plugin/floating-nextprev/reviews/?filter=5)
 *  [  1 valoración de 4 estrelas     ](https://wordpress.org/support/plugin/floating-nextprev/reviews/?filter=4)
 *  [  0 valoracións de 3 estrelas     ](https://wordpress.org/support/plugin/floating-nextprev/reviews/?filter=3)
 *  [  0 valoracións de 2 estrelas     ](https://wordpress.org/support/plugin/floating-nextprev/reviews/?filter=2)
 *  [  0 valoracións de 1 estrelas     ](https://wordpress.org/support/plugin/floating-nextprev/reviews/?filter=1)

[A túa valoración](https://wordpress.org/support/plugin/floating-nextprev/reviews/#new-post)

[Ver todas as valoracións](https://wordpress.org/support/plugin/floating-nextprev/reviews/)

## Colaboradores

 *   [ Claudio Sanches ](https://profiles.wordpress.org/claudiosanches/)

## Soporte

Tes algo que dicir? Necesitas axuda?

 [Ver o foro de soporte](https://wordpress.org/support/plugin/floating-nextprev/)

## Doar

Queres apoiar o progreso deste plugin?

 [ Dona a este plugin ](http://claudiosmweb.com/doacoes/)