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.

評價

There are no reviews for this plugin.

貢獻者及開發者

“Taro Series” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

Taro Series 外掛目前已有 1 個本地化語言版本。 感謝所有譯者為這個外掛做出的貢獻。

將 Taro Series 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

修改日誌

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.