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

Custom Post Types Relationships (CPTR)

説明

Most of the “related posts” plugins out there while they provide some kind of control on how to create related posts, they all rely on an algorithm
and the results are automatic. With CPTR you get total control as you can manually select the posts that you want to relate.

スクリーンショット

  • The Custom related posts (CPTR) screen. Search, select, relate, done.
  • The default settings panel.

インストール

  1. Upload the folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. In the Posts page you will see the main screen of the plugin.

FAQ

How do I display the related posts then?

Check http://www.cssigniter.com/ignite/custom-post-relationships/ for info on how to display your related posts.

評価

2件のレビューをすべて表示

貢献者と開発者

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

貢献者

“Custom Post Types Relationships (CPTR)” をあなたの言語に翻訳しましょう。

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

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

変更履歴

2.5.1

  • Fixed issue where the thumbnail wouldn’t get displayed.
  • Fixed issue where a notice would be thrown when WP_DEBUG was true.
  • Fixed issue where saved relations wouldn’t get displayed while editing (saving wasn’t affected).

2.5

  • Made all text translatable.
  • Wrapped all HTML properties in double quotes instead of single.
  • Escaped everything!
  • Moved image, js and css files into folders.
  • “Filter” field now has two uses. As a search term when loading results, and once loaded, filtering current results by title.
  • Added ability to use the plugin by user-selectable roles.
  • Added ability to use the plugin in user-selectable post-types.
  • Metabox title is now customizable through the options.
  • Number of results dropdown (in post edit screens) is now filterable with ‘cptr_results_num_per_category’

2.4.1

  • Added a “Settings” link into the plugins’ listing page.
  • The plugin’s Upgrade Notice, if available, is now shown into the plugins listing page.

2.4

  • Fixed a bug where the normal post object was not restored after the execution of cptr_category_selector(), when selecting related posts. (Thanks Pascal Rosin).

2.3

  • Fixed a bug where relationships were inappropriately outputted when using the shortcode.

2.2

  • All functions/pages/settings etc that included the acronym CPT have been renamed to CPTR. Functions have been deprecated and will be available until v3.0.
  • Implemented automatic upgrade of settings etc for earlier version users.

2.1

  • Version number changed to match the plugin repo.
  • Fixed a bug where the last related post was the current for $post after the plugin run.
  • Thumbnail now links to the post too.
  • The cpr_populate() function now always returns an array, even if empty.

1.0

  • Initial Release