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

WP Post Navigation

설명

WP Post Navigation Plugin gives you facility to show Previous and Next Post Links at the Top or Bottom of a Post.
You can set to navigate within category or date wise navigation. You’ve the option to set Post Navigation Bar at Bottom, Top or both Top & Bottom.
You can apply CSS style to Previous and Next Post Links. You can set custom text instead of Next and Previous Post Titles.
You can set custom Image for Next and Previous Post Links.
Manually Place Post Navigation in single.php, just Copy & paste following code anywhere in single.php page under get_header();
<?php echo isset( $WPPostNavigation ) ? $WPPostNavigation->WP_Custom_Post_Navigation():”; ?>
For Help visit: http://sharp-coders.com/wp-post-navigation/

스크린샷

  • Admin Panel Setting
  • WP Post Navigation

설치

Step 1

  1. Download zip file and Extract it
  2. Upload wp-post-navigation folder to your /wp-content/plugins/ folder.
  3. Go to the ‘Plugins’ page in the menu and activate the plugin.

Step 2

  1. Go to Wodpress Admin Panel > Setting > WP Post Navigation
  2. If you want to apply CSS style to Previous and Next Post Links, then write CSS Code in CSS Code for Links Box.
  3. If you want to apply custom text to Previous and Next posts instead of Post Titles, you can enable the Option Custom Text and Set Previous & Next Post Text.
  4. If you want to use Images for Previous and Next post links instead of text, you can enable Use Images Options and give complete url of the images.

FAQ

Installation Instructions

Step 1

  1. Download zip file and Extract it
  2. Upload wp-post-navigation folder to your /wp-content/plugins/ folder.
  3. Go to the ‘Plugins’ page in the menu and activate the plugin.

Step 2

  1. Go to Wodpress Admin Panel > Setting > WP Post Navigation
  2. If you want to apply CSS style to Previous and Next Post Links, then write CSS Code in CSS Code for Links Box.
  3. If you want to apply custom text to Previous and Next posts instead of Post Titles, you can enable the Option Custom Text and Set Previous & Next Post Text.
  4. If you want to use Images for Previous and Next post links instead of text, you can enable Use Images Options and give complete url of the images.
Which is the good place to show Post Navigation?

In my opinion, at the Bottom of the Content.

후기

2019년 6월 8일
An useful plugin, pure and simple . Do everything out of the box but why no updates? Please update it or make a fork.
2017년 11월 13일
I love the plugin. It allows my visitors to hit on the next/previous post by clicking on the buttons. However, my only complaint is that, visitors can only go to the next/previous post FROM THE SAME CATEGORY. But what if my visitors wants to browse through the LATEST posts on the homepage? It would be nice to have both! 🙂 I believe this is a Wordpress issue and not a plugin issue. Anyway, I love this reliable plugin nonetheless. Good work Devs! 😀
2016년 9월 3일
I’ve been trying to create my own navigation links for category nav and archive nav respectively. This plugin does exactly what I need it to do! Thank you 🙂
2016년 9월 3일
I think the plugin is working with WP 4.5 (April 2016) though it has not been updated for 2 years. But what I need it for is not working, not available: sort by category. There is no field in the backend to switch from sorting by date to sorting by category. I guess it requires programming abilities, which I do not expect from a plugin. I am not a programmer and like to use WordPress´ CMS. Have to go on searching for another plugin that sorts by category… (weird enough to me that is not in the theme or WP in general as I would think it is useful for everyone in general).
모든 26 평가 읽기

기여자 & 개발자

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

기여자

자국어로 “WP Post Navigation”(을)를 번역하세요.

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

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

= 1.2.4
* Testet on WordPress 4.7.4

= 1.2.3
* Post Next/Previous position Reseverse option added
* Disable Auto place navigation option is added (You can disable auto and can place navigation manually)
* On updation you’ll not lose your previous settings
* Bugs Fixed

1.2.2

  • Bugs Fixed
  • Position option is removed, by default shows at the bottom
  • Manually Place Post Navigation anywhere in single.php file

1.2.1

  • Bugs Fixed

1.2

  • Compatible with WordPress 3.8
  • Show Post Navigation above the Post Title

1.1

  • Navigate Within Category Option Added

1.0.1

  • Bugs Fixed