Αυτό το πρόσθετο δεν έχει δοκιμασθεί με τις 3 τελευταίες κύριες εκδόσεις του WordPress. Μπορεί να μην αναπτύσσεται ή να υποστηρίζεται άλλο και να έχει προβλήματα συμβατότητας με τις πιο πρόσφατες εκδόσεις του WordPress.

Taro Series

Περιγραφή

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.

Εγκατάσταση

From Plugin Repository

Click install and activate it.

From Github

See releases.

Συχνές Ερωτήσεις

Where can I get supported?

Please create new ticket on support forum.

How can I contribute?

Create a new issue or send pull requests.

Κριτικές

Δεν υπάρχουν αξιολογήσεις για αυτό το πρόσθετο.

Συνεισφέροντες & Προγραμματιστές

“Taro Series” είναι λογισμικό ανοιχτού κώδικα. Οι παρακάτω έχουν συνεισφέρει στη δημιουργία του.

Συντελεστές

Το “Taro Series” έχει μεταφραστεί σε 1 γλώσσα. Ευχαριστούμε τους μεταφραστές για τις συνεισφορές τους.

Μεταφράστε το “Taro Series” στην γλώσσα σας.

Ενδιαφέρεστε για την ανάπτυξη;

Περιηγηθείτε στον κώδικα, ανατρέξτε στο αποθετήριο SVN ή εγγραφείτε στο αρχείο καταγραφής αλλαγών ανάπτυξης μέσω RSS .

Σύνοψη αλλαγών

1.1.2

  • Fix bug in articles count.

1.0.0

  • First release.