We'll create fresh WordPress site with Taro Series installed. You have 20 minutes to test the plugin after that site we'll be deleted.
This plugin will..
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.