Questo plugin non è stato testato con le ultime 3 versioni principali (major releases) di WordPress. Potrebbe non essere più mantenuto, o supportato, e potrebbe presentare problemi di compatibilità se utilizzato con versioni più recenti di WordPress.

Taro Series

Descrizione

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.

Installazione

From Plugin Repository

Click install and activate it.

From Github

See releases.

FAQ

Where can I get supported?

Please create new ticket on support forum.

How can I contribute?

Create a new issue or send pull requests.

Recensioni

Non ci sono recensioni per questo plugin.

Contributi e sviluppo

“Taro Series” è un software open source. Le persone che hanno contribuito allo sviluppo di questo plugin sono indicate di seguito.

Collaboratori

“Taro Series” è stato tradotto in 1 lingua. Grazie ai traduttori per i loro contributi.

Traduci “Taro Series” nella tua lingua.

Ti interessa lo sviluppo?

Esplora il Codice segui il Repository SVN iscriviti al Log delle Modifiche. Puoi farlo tramite RSS con un lettore di feed.

Changelog (registro delle modifiche)

1.1.2

  • Fix bug in articles count.

1.0.0

  • First release.