Descrição
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.
Perguntas frequentes
-
Where can I get supported?
-
Please create new ticket on support forum.
-
How can I contribute?
-
Create a new issue or send pull requests.
Avaliações
Não há avaliações para este plugin.
Colaboradores e desenvolvedores
“Taro Series” é um programa de código aberto. As seguintes pessoas contribuíram para este plugin.
ColaboradoresTaro Series” foi traduzido para 1 localidade. Agradecemos aos tradutores por suas contribuições.
Traduzir o “Taro Series” para seu idioma.
Interessado no desenvolvimento?
Navegue pelo código, consulte o repositório SVN ou assine o registro de desenvolvimento por RSS.
Registro de alterações
2.1.0
- Flush rewrite rules on plugin activation so that series permalinks work without a manual permalink resave.
- Fix a bug where removing an article from a series could incorrectly report it as not part of the series.
- Bump minimum PHP requirement to PHP 7.4 and over.
- Bump minimum WordPress version to 6.6.
2.0.0
- Add WP_Query orderby parameter
series-updated. - Bump minimum PHP requiremtns to PHP 7.2 and over.
- Bump minimum WordPress version to 5.9.
1.1.2
- Fix bug in articles count.
1.0.0
- First release.
