Content menu
Adds a content menu to WordPress admin
★ 8stars
1.3kcomposer installs
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/wpup/content-menu/archive/refs/heads/master.zipAlso on Packagist as frozzare/wp-content-menu:
composer require frozzare/wp-content-menuFrom the readme
Content menu
Adds a content menu to WordPress admin where all your post types that are used for content can live, when doing this the post type configured to use content menu will be removed from the admin menu and if you have a lot of post types you will see a more clean admin menu than before.
Both post and page will be moved to content menu by default and can be unmoved by contentmenuposttypes filter.
Content menu will only have submenu items when a post type is selected so you can see and use the submenu items for that post types, as you can see in the second screenshot.
Installation
Usage
To move your post types into content menu you can set contentmenu to true in registerposttype or use contentmenuposttypes filter.
You can modify Add New Book label by contentmenuaddnewitemlabel filter.
Disable content menu for users:
Screenshots
Contributing
Everyone is welcome to contribute with patches, bug-fixes and new features.
License
MIT © Fredrik Forsmo
Read the full README on GitHub →