Acest modul nu a fost testat cu ultimele 3 versiuni importante ale WordPress. S-ar putea să nu mai fie întreținut sau susținut și ar putea avea probleme de compatibilitate când este folosit cu versiuni recente ale WordPress.

Taro Series

Descriere

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.

Instalare

From Plugin Repository

Click install and activate it.

From Github

See releases.

Întrebări frecvente

Where can I get supported?

Please create new ticket on support forum.

How can I contribute?

Create a new issue or send pull requests.

Recenzii

Nu există nicio verificare pentru acest modul.

Contributori și dezvoltatori

„Taro Series” este un software open-source. La acest modul au contribuit următoarele persoane.

Contributori

„Taro Series” a fost tradus în 1 locală. Mulțumim traducătorilor pentru contribuția lor.

Tradu „Taro Series” în limba ta.

Te interesează dezvoltarea?

Răsfoiește codul, vezi depozitarul SVN, sau abonează-te la jurnalul de dezvoltare prin RSS.

Istoric modificări

1.1.2

  • Fix bug in articles count.

1.0.0

  • First release.