Descripció
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.
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.
PMF
-
Where can I get supported?
-
Please create new ticket on support forum.
-
How can I contribute?
-
Create a new issue or send pull requests.
Ressenyes
No hi ha ressenyes per a aquesta extensió.
Col·laboradors i desenvolupadors
«Taro Series» és programari de codi obert. La següent gent ha col·laborat en aquesta extensió.
Col·laboradors“Taro Series” s'ha traduït a 1 configuració regional. Gràcies als traductos per les seves aportacions.
Tradueix “Taro Series” a la teva llengua.
Interessats en el desenvolupament?
Navegueu pel codi, baixeu-vos el repositori SVN, o subscriviu-vos al registre de desenvolupament per fisl de subscripció RSS.
Registre de canvis
1.1.2
- Fix bug in articles count.
1.0.0
- First release.