توضیحات
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).
نصب
- Upload
menu-posts-in-category/
directory to the/wp-content/plugins/
directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- Add a Custom Post Type to a WordPress menu
نقد و بررسیها
نقد و بررسیای برای این افزونه یافت نشد.
توسعه دهندگان و همکاران
“Custom Post Type Submenu” نرم افزار متن باز است. افراد زیر در این افزونه مشارکت کردهاند.
مشارکت کنندگانترجمه “Custom Post Type Submenu” به زبان شما.
علاقه مند به توسعه هستید؟
Browse the code, check out the SVN repository, or subscribe to the development log by 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