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

Ambrosite Next/Previous Page Link Plus

설명

IMPORTANT: Make sure you are using the right plugin.

  • Next/Previous Page Link Plus is intended for use in page templates.
  • Next/Previous Post Link Plus is intended for use in single post templates.

The two plugins have similar sounding, but different, function names. If you mistakenly install the wrong plugin, you will get a “call to undefined function” error. If you want to create next/previous links for your posts (including custom post types), please check out:
https://wordpress.org/extend/plugins/ambrosite-nextprevious-post-link-plus/

This plugin creates two new template tags — next_page_link_plus and previous_page_link_plus — which may be used to generate next/previous navigation links for pages. The new tags include the following options:

  • Sort the next/previous page links on any column, including alphabetically, by date, and by menu_order.
  • Sort the next/previous links on custom fields (both string and integer sorts are supported).
  • Loop around to the first page if there is no next page (and vice versa).
  • Retrieve the first/last page, rather than the previous/next page (for First|Previous|Next|Last navigation links).
  • Display the featured image alongside the links (WordPress 2.9 or higher).
  • Truncate the link titles to any length, and display custom text in the tooltip.
  • Display the title, date, author, and meta value of the next/previous links.
  • Specify a custom date format for the %date variable.
  • Restrict next/previous links to same parent page, author, or custom field value.
  • Exclude or include individual page IDs.
  • Return multiple next/previous links (e.g. the next N links, in an HTML list).
  • Return the ID, title, date, href attribute, or post object of the next/previous links, instead of echoing them to the screen.
  • Return false if no next/previous link is found, so themes may conditionally display alternate text.

Extensive documentation on configuring the plugin may be found here:
http://www.ambrosite.com/plugins/next-previous-page-link-plus-for-wordpress

설치

  • Upload ambrosite-page-link-plus.php to the /wp-content/plugins/ directory.
  • Activate the plugin through the Plugins menu in WordPress.
  • Edit your page template(s), and insert the next_page_link_plus and previous_page_link_plus template tags where you want your next/previous links to be displayed. Configure them using parameters as explained in the online documentation:
    http://www.ambrosite.com/plugins/next-previous-page-link-plus-for-wordpress

FAQ

  • How exactly do I install this plugin? Which file needs to be edited, and where do I put the code?
  • I am getting a “call to undefined function” error. Why?
  • How can I get rid of the arrows on my next/previous links?
  • Is this plugin compatible with page reordering plugins like PageMash, My Page Order, CMS Tree Page View, and Post Types Order?
  • I am using a custom field with a simple integer value to order my pages, but they’re not sorting correctly. Why?
  • I am seeing the number ‘1’ printed next to my links. Why?
  • Is there any way to use an image instead of link text?

Answers to these questions may be found here:
http://www.ambrosite.com/plugins/next-previous-page-link-plus-for-wordpress#faq

후기

2016년 9월 3일
Being somewhat new to wordpress, I’ve been struggling with finding my way around. While it seems there were easy ways to order posts, there was not real solution if you wanted to setup multiple pages linked in a specific order using dynamic previous-next links that would update by the page. THIS PLUGIN DOES IT, AND MAKES IT A PIECE OF CAKE! For instance, I wanted my pages ordered by a customizeable field included with wordpress – menu_order. I simply added a shortcode previous_page_link_plus(array('order_by' => 'menu_order')); next_page_link_plus(array('order_by' => 'menu_order')); and Voila! Previous & Next Dynamic Page Links that are based on menu_order. Wish I had found this plugin before I wasted hours trying to figure out how to do it myself.
2016년 9월 3일
I’ve relied on this plugin for several sites now and it always delivers. Great plugin!
모든 7 평가 읽기

기여자 & 개발자

“Ambrosite Next/Previous Page Link Plus”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “Ambrosite Next/Previous Page Link Plus”(을)를 번역하세요.

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

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

변경이력

1.1

  • Added ‘in_same_meta’ parameter.
  • Added ‘return’ parameter to specify what should be returned from the function.
  • Added ‘date_format’ parameter for customizing the %date variable.
  • Added %title variable to ‘format’ parameter.
  • Added option to sort on custom fields as integers rather than strings.
  • Added new classes to anchor tags, thumbnails, and list items to aid CSS styling.

1.0

  • Initial version.