Also In This Series

plugin banner

Group related posts in a series with a custom Series taxonomy. and a list of all posts in the series in your content.

Author:Jonathan Weatherhead (profile at wordpress.org)
WordPress version required:4.6
WordPress version tested:5.9.0
Plugin version:2.0.1
Added to WordPress repository:08-07-2013
Last updated:29-01-2022
Warning! This plugin has not been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Rating, %:100
Rated by:5
Plugin URI:https://planetjon.ca/projects/also-in-this-se...
Total downloads:3 377
Active installs:60+
plugin download
Click to start download

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.

Screenshots
ChangeLog