Title: Floating NextPrev
Author: Claudio Sanches
Published: <strong>2011년 12월 8일</strong>
Last modified: 2020년 8월 10일

---

플러그인 검색

이 플러그인은 **최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다**. 워드프레스의
좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 
있을 수 있습니다.

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

# Floating NextPrev

 작성자: [Claudio Sanches](https://profiles.wordpress.org/claudiosanches/)

[다운로드](https://downloads.wordpress.org/plugin/floating-nextprev.2.3.0.zip)

 * [세부사항](https://ko.wordpress.org/plugins/floating-nextprev/#description)
 * [평가](https://ko.wordpress.org/plugins/floating-nextprev/#reviews)
 *  [설치](https://ko.wordpress.org/plugins/floating-nextprev/#installation)
 * [개발](https://ko.wordpress.org/plugins/floating-nextprev/#developers)

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

## 설명

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

## 스크린샷

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

Plugin in action.

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

Plugin settings.

## 설치

 * 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.

## FAQ

### 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' );
    ```

## 후기

![](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/)
2025년 2월 4일

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/) 2016년 9월 3일 답글 4개

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/) 2016년 9월 3일

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/) 2016년 9월 3일

… 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/) 2016년 9월 3일 답글 
1개

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!

 [ 모든 8 평가 읽기 ](https://wordpress.org/support/plugin/floating-nextprev/reviews/)

## 기여자 & 개발자

“Floating NextPrev”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에
기여하였습니다.

기여자

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

“Floating NextPrev”(이)가 2 개 언어로 번역되었습니다. 기여해 주셔서 [번역자](https://translate.wordpress.org/projects/wp-plugins/floating-nextprev/contributors)
님께 감사드립니다.

[자국어로 “Floating NextPrev”(을)를 번역하세요.](https://translate.wordpress.org/projects/wp-plugins/floating-nextprev)

### 개발에 관심이 있으십니까?

[코드 탐색하기](https://plugins.trac.wordpress.org/browser/floating-nextprev/)는,
[SVN 저장소](https://plugins.svn.wordpress.org/floating-nextprev/)를 확인하시거나,
[개발 기록](https://plugins.trac.wordpress.org/log/floating-nextprev/)을 [RSS](https://plugins.trac.wordpress.org/log/floating-nextprev/?limit=100&mode=stop_on_copy&format=rss)
로 구독하세요.

## 변경이력

#### 2.3.0 – 2016/08/10

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

## 기초

 *  버전 **2.3.0**
 *  최근 업데이트: **6년 전**
 *  활성화된 설치 **100+**
 *  워드프레스 버전 ** 3.8 또는 그 이상 **
 *  다음까지 시험됨: **5.5.18**
 *  언어
 * [English (US)](https://wordpress.org/plugins/floating-nextprev/), [Portuguese (Brazil)](https://br.wordpress.org/plugins/floating-nextprev/),
   그리고 [Romanian](https://ro.wordpress.org/plugins/floating-nextprev/).
 *  [자국어로 번역하기](https://translate.wordpress.org/projects/wp-plugins/floating-nextprev)
 * 태그:
 * [floating](https://ko.wordpress.org/plugins/tags/floating/)[jquery](https://ko.wordpress.org/plugins/tags/jquery/)
   [navigation](https://ko.wordpress.org/plugins/tags/navigation/)
 *  [고급 보기](https://ko.wordpress.org/plugins/floating-nextprev/advanced/)

## 평점

 별 5점 만점에 4.9점.

 *  [  7/5-별점 후기     ](https://wordpress.org/support/plugin/floating-nextprev/reviews/?filter=5)
 *  [  1/4-별점 후기     ](https://wordpress.org/support/plugin/floating-nextprev/reviews/?filter=4)
 *  [  0/3-별점 후기     ](https://wordpress.org/support/plugin/floating-nextprev/reviews/?filter=3)
 *  [  0/2-별점 후기     ](https://wordpress.org/support/plugin/floating-nextprev/reviews/?filter=2)
 *  [  0/1-별점 후기     ](https://wordpress.org/support/plugin/floating-nextprev/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/floating-nextprev/reviews/#new-post)

[모든  리뷰 보기](https://wordpress.org/support/plugin/floating-nextprev/reviews/)

## 기여자

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

## 지원

할 말 있으신가요? 도움이 필요하신가요?

 [지원 포럼 보기](https://wordpress.org/support/plugin/floating-nextprev/)

## 기부

이 플러그인이 발전하도록 도우시겠습니까?

 [ 이 플러그인에 기부하기 ](http://claudiosmweb.com/doacoes/)