Taro Series

A WordPress plugin for creating series.

Author:Tarosky INC. (profile at wordpress.org)
WordPress version required:5.4
WordPress version tested:5.8.1
Plugin version:1.1.3
Added to WordPress repository:21-10-2021
Last updated:09-11-2021
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, %:0
Rated by:0
Plugin URI:https://wordpress.org/plugins/taro-series/
Total downloads:437
plugin download
Click to start download

This plugin will..

  1. Create a custom post type “Series”.
  2. Add meta box to specified post types to be a part of the series.
  3. Display TOC on post. You can change the settings in Theme Customizer or use “Series TOC” block.

Customization

Template Structure

To override look and feel, put template in your themes directory.

template-parts
- series
  - item.php // Each item in TOC.
  - list.php // TOC list which include item.php repeatedly.

Copy the template in plugin’s directoy and customize.

Archive Template

Archive page template of articles in series will be searched in your theme’s directory and loaded per the hierarchy below:

archive-in-series-{series-slug}.php
archive-in-series.php
archive.php
index.php

Hooks

Many hooks are also available. Search your plugin direcoty with 'taro_series_' and you can find them easily ????

Functions

See inludes/functions.php and you can find useful template tags and functions.


FAQ
ChangeLog