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

Also In This Series

설명

Group related posts in a series. Automatically insert a list of all posts in the series as part of the content.

Manually embed a series listing with the provided shortcode and widget. Override the series template with a custom template.

A great rundown of the plugin is available on the Planetjon blog.

How To Use

Create new Series terms from the Series manager under Posts. Add posts to series either through the quick edit screen or through the full edit screen.

Also In This Series can be configured to automatically insert a series listing in posts belonging to a series.

To do so, navigate to Also In This Series settings under the settings option.

Settings

  • Title heading level sets the HTML tag that will wrap the series title in series inserted automatically, with shortcodes, and with widgets.
  • Title template picks from a list of title presets for displaying the title, including a presetfor no title.
  • Automatically display series listing on post allows for automatic listing insertion in posts that belong to a series.
  • Order of series display controls the order of posts (newest first or oldest first) in series listings.
  • Window series listing display creates a window around the current post in a series listing. This is useful for large series where it is cumbersome to show the entire listing at once.
  • Do not display series listing prevents the series listing from being shown. When checked, a link to the series is always shown.
  • Always show series link forces a link to the series archive regardless of windowing. When unchecked, a link to the seriess will not be shown when the entire series listing is visible.

Shortcode

To manually insert the series listing of a post within a series as part of the content, use the shortcode [alsointhisseries].

This will have no effect if the post isn’t in a series.

To manually insert a specific series, use the series-slug attribute with the shortcode like [alsointhisseries series-slug=”your-series-slug”].

The shortcode attributes are

  • series-slug=”slug”
  • use-frame=”yes|no”
  • frame-width=”number”
  • sort-order=”asc|desc”
  • title-wrap=”h1|h2|h3|span”
  • title-template=”also-in|ordinal|none”
  • hide-series-listing=”yes|no”
  • always-link-series=”yes|no”

Widget

A widget that exposes all of the above options is available.

Custom Template

If you’d like to use your own series listing template, there are two options available.

  • Place a template file also-in-this-series/serieslisting.php in your theme.
  • Use the alsointhisseries_template filter to provide an absolute path to a template file.

스크린샷

  • Create a Series in the Series manager found under posts. Add a description if desired.
  • Add posts to a Series. You can do so in the quick edit or full edit screens.
  • How the Series is displayed in a post. By default, full listing of the posts in the Series are appended to posts in the Series.
  • Configure how you want Series listings automatically inserted, if at all.

설치

  1. Unpack the plugin zip and upload the contents to the /wp-content/plugins/ directory. Alternatively, upload the plugin zip via the install screen within the WordPress Plugins manager
  2. Activate the plugin through the Plugins manager in WordPress

후기

2022년 9월 28일
A perfect, simple plugin to show a list of posts in series. Hopefully plugin will allow better localization, so it can get more widespread.
2021년 5월 14일 답글 1개
I’ve just started using this, but it looks excellent. I’ve used several series plugins in the past, and this beats them all for simplicity and integrates with posts seamlessly. The fact it is still being updated is a huge plus.
2021년 1월 4일 답글 1개
I tested all the related plugins. Undoubtedly the best plugin is this plugin The most important feature is that it is updated As well as simplicity, convenience, and necessary facilities thank you so much I’m so glad I found this plugin
모든 5 평가 읽기

기여자 & 개발자

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

기여자

자국어로 “Also In This Series”(을)를 번역하세요.

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

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

변경이력

2.0.1

  • Finesse: Bring series links into whitespace consistency.

2.0

  • New: Limited control over series title wrapping tag
  • New: Preset title templates
  • New: Control over visibility of series display
  • New: Control over showing link to entire series archive
  • Update: Bumped minimum PHP version to 5.5 (please PLEASE update to 7.0+)
  • Fixed: Theme-level templates now receive template variables
  • Fixed: Series listing now correctly displays series indices when in newest-first order