このプラグインは WordPress の最新3回のメジャーリリースに対してテストされていません。もうメンテナンスやサポートがされていないかもしれず、最新バージョンの WordPress で使用した場合は互換性の問題が発生する可能性があります。

WP Post Series

説明

WP Post Series is a lightweight plugin for making a series of posts and showing information about the series on the post page.

Posts in a series will automatically show a series box (prepended before the post content), or you can insert them manually using the Post Series Block.

機能について

  • Add post series using the familiar WordPress UI and give each one a description.
  • Assign post series to your posts.
  • Filter posts in the backend by series.
  • Show the series above the post content or using the Post Series Block in the editor.
  • Developer friendly code — Custom taxonomies & template files.

Contributing and reporting bugs

You can contribute code and localizations to this plugin via GitHub: https://github.com/mikejolley/wp-post-series

支援

Use the WordPress.org forums for community support – I cannot offer support directly for free. If you spot a bug, you can of course log it on Github instead where I can act upon it more efficiently.

If you want help with a customisation, hire a developer!

スクリーンショット

  • Post Series Display
  • Post Series Block Settings

ブロック

このプラグインは1個のブロックを提供します。

  • Post Series

インストール

自動インストール

Automatic installation is the easiest option as WordPress handles the file transfers itself and you don’t even need to leave your web browser. To do an automatic install, log in to your WordPress admin panel, navigate to the Plugins menu and click Add New.

In the search field type “WP Post Series” and click Search Plugins. Once you’ve found the plugin you can view details about it such as the point release, rating and description. Most importantly of course, you can install it by clicking Install Now.

手動インストール

The manual installation method involves downloading the plugin and uploading it to your webserver via your favourite FTP application.

  • プラグインのファイルを自分のコンピューターにダウンロードして、解凍します。
  • Using an FTP program, or your hosting control panel, upload the unzipped plugin folder to your WordPress wp-content/plugins/ directory.
  • WordPress の管理画面のプラグインメニューからプラグインを有効化します。

評価

2021年4月7日
To be fair, it is described as a basic plugin, but still installed fine with WordPress 5.7 and does do the job quite well. However, when deactivated and deleted, it left the subcategory "Series" under Dashboard "Posts", a column Post Series under All Posts, and a Post series text box in the Quick Edit window. Would be nice if it cleaned up after itself.
2016年10月12日
This is an excellent tool for any regular blogger, as it lets you group together a collection of posts or articles. It's lightweight, no configuration needed, and it will show all articles in a series at the top of a post so readers can see other relevant articles.
9件のレビューをすべて表示

貢献者と開発者

WP Post Series はオープンソースソフトウェアです。以下の人々がこのプラグインに貢献しています。

貢献者

“WP Post Series” は5ロケールに翻訳されています。 翻訳者のみなさん、翻訳へのご協力ありがとうございます。

“WP Post Series” をあなたの言語に翻訳しましょう。

開発に興味がありますか ?

コードを閲覧するか、SVN リポジトリをチェックするか、開発ログRSS で購読してみてください。

変更履歴

2.0.0

  • Refactor – Improved template markup and default styling. If you have customized the series-box.php file, be sure to update it based on the new version to take advantage of the new functionality.
  • Feature – New Post Series Block for use in the new editor.
  • Feature – If the post does not contain the post series block, post series are still injected via the_content hook.
  • Refactor – Rewritten majority of plugin using more up to date standards and namespaces.
  • Refactor – Content toggle no longer relies om jQuery.
  • Fix – Made series taxonomy visible in the Gutenberg editor.

1.1.0

  • Scheduled post handling! Scheduled posts will contribute to your series count, and the title and scheduled date will be listed along with your other series items.
  • Removed bundled language files.
  • Added POT file.

1.0.1

  • Added CSS Class for Series.
  • Fix taxonomy class name.
  • Show description of series even if the number of posts == 1.
  • Fix link to repo in readme.
  • Added swedish translation.
  • Tweaked styles to work with default themes.

1.0.0

  • First stable release.