Tags: series, posts, news
Contributors: tarosky, Takahashi_Fumiki
Tested up to: 6.5
Requires at least: 5.9
Requires PHP: 7.2
Stable Tag: nightly
License: GPLv3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.txt
A WordPress plugin for creating series.
This plugin will..
- Create a custom post type "Series".
- Add meta box to specified post types to be a part of the series.
- Display TOC on post. You can change the settings in Theme Customizer or use "Series TOC" block.
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 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
Many hooks are also available. Search your plugin direcoty with 'taro_series_'
and you can find them easily :)
See inludes/functions.php
and you can find useful template tags and functions.
Click install and activate it.
See releases.
Please create new ticket on support forum.
Create a new issue or send pull requests.
- Add WP_Query orderby parameter
series-updated
. - Bump minimum PHP requiremtns to PHP 7.2 and over.
- Bump minimum WordPress version to 5.9.
- Fix bug in articles count.
- First release.