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

Custom Post Type Submenu

説明

Adds a new menu item type that shows all posts for a given post type as children. If the post type has an archive, the parent menu item will link to the archive. If there is no archive for a given post type, the parent will link to the first child.

For Example: If you have a custom post type “products”, adding “products” to a nav-menu will result in a menu item “products” with all products in the submenu.

Roadmap

  • Provide for configuration of limit (ie: numposts).

インストール

  1. Upload menu-posts-in-category/ directory to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Add a Custom Post Type to a WordPress menu

評価

このプラグインにはレビューがありません。

貢献者と開発者

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

貢献者

“Custom Post Type Submenu” をあなたの言語に翻訳しましょう。

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

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

変更履歴

0.1

  • Initial version

0.2

  • Fixed a bug where the spinner wheel was displayed all the time.
  • Links to archive instead of first child if the custom post type has has_archive = true