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

NextPage Link

설명

A link to the next page can be displayed using a short code.

Requirements

  • PHP version 5.3 or greater.

License

All files and scripts are licensed under GNU General Public License.

스크린샷

  • sample view

설치

  1. Upload the entire nextpage-link folder to the /wp-content/plugins/ directory.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.

After activation of the plugin, Add [nextpage_link]LINK TEXT[/nextpage_link] to the body of your post.

FAQ

Are there any shortcode parameters?

Support for id, type, layout, in_same_term, excluded_terms, previous, taxonomy and prefix.

Example:

[nextpage_link type="pagination"]H2 text on the next page[/nextpage_link]

Link to the next page separated by <! –nextpage–>
Default if type is not specified

[nextpage_link id="1234"]Link Text[/nextpage_link]

Link post ID 1234

[nextpage_link type="nextpost"]Link Text[/nextpage_link]

Link to adjacent post

[nextpage_link prefix="Next page: "]Link Text[/nextpage_link]

Output is Next page: Lint Text
Default is “Next:”

Can the layout be changed?

The layout attribute can be used to specify the layout.

  1. Copy nextpage-link/template-parts as template-parts/nextpage-link to your theme folder.
  2. Change layout.php or create a new layout-new.php.
  3. If you create a new layout-new.php, specify [nextpage_link layout="new"]....

Can you control adjacent articles in detail?

It can be controlled by the following parameters.

  • in_same_term="0/1" (Default: 0)
  • excluded_terms="1,2,3,4" (Default: empty string)
  • previous="0/1" (Default: 0)
  • taxonomy="post_tag" (Default: category)

These parameters are passed to get_adjacent_post().

후기

이 플러그인에 대한 평가가 없습니다.

기여자 & 개발자

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

기여자

“NextPage Link”(이)가 1(으)로 번역되었습니다. 기여해 주셔서 번역자님께 감사드립니다.

자국어로 “NextPage Link”(을)를 번역하세요.

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

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

변경이력

1.0.2

Release Date: September 14, 2022

  • Notation adjustment

1.0.1

Release Date: September 12, 2022

  • Fixed typo

1.0.0

Release Date: September 12, 2022

  • Plugin Released

0.9

  • First version (Unreleased)