Skip to content

WordPress plugin to automatically organize pagination and widgets from series of posts.

License

Notifications You must be signed in to change notification settings

midoriit/auto-series

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Automatic Series Organizer

連載記事のページネーションと連載記事一覧のウィジェットを自動的に構成するWordPressプラグインです。

利用方法

series_idというカスタムフィールドに連載名を記入します。

カスタムフィールド

表示例

同じ連載名の記事だけをまとめたページネーションが表示されます。

ページネーション

さらに、連載記事一覧のウィジェットも表示することができます。

ウィジェット

インストール方法

ZIPファイルをダウンロードし、解凍してできたauto-seriesフォルダをWordPressインストール先のwp-content/pluginsの中にコピーします。 WordPressのプラグイン管理ページにAutomatic Series Organizerプラグインが登録されますので「有効化」します。 さらに、テーマを編集してページネーションを出力したい箇所でseries_pagination()関数を呼び出します。 通常は、フッタの直前だと思います。 Twenty Twelveを使用しているなら、content.phpの

<footer class="entry-meta">

の前の行に、

<?php if ( is_single() ) : series_pagination(); endif; ?>

と記述します。 is_single()による判定は、カテゴリー別アーカイブやタグ別アーカイブなどでページネーションを出力させないためです。

ウィジェットは、ダッシュボードのウィジェット管理画面で任意のウィジェットエリアに追加します。

ウィジェット管理

サイトのデザインに合わせてCSSは適宜編集してご利用下さい。

About

WordPress plugin to automatically organize pagination and widgets from series of posts.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published