Rating: 5 stars
If running PHP 7+, you can get an undefined index notice on line 408 of class-heirary.php.
A better way of defining $post_types_to_hide on line 408 would be to do the following:
/**
* Just create an empty array
*/
$hideFromMenuFix = array();
if (isset($this->settings['hidden_from_admin_menu'])) {
$post_types_to_hide = array_intersect( $this->post_types, (array) $this->settings['hidden_from_admin_menu'] );
} else {
// if not set, use the blank array
$post_types_to_hide = array_intersect( $this->post_types, (array) $hideFromMenuFix );
}
Hope this helps!
]]>Rating: 1 star
The Admin menu items (Pages, Posts, media) are not restored after deactivating the plugin. This sucks!
]]>Rating: 5 stars
That cleans up things in your WordPress as CMS installation.
]]>Rating: 5 stars
This is great if you want to keep your admin organized. Very useful plugin!
]]>Rating: 5 stars
A great way to admin and organize your WordPress content.
]]>Rating: 5 stars
This is killer! The only thing I’m missing is a sort option for the contents to find specific content types faster.
]]>Rating: 5 stars
Having all the content related organization under one single tab is way easier for both dev and client to handle, Hierarchy does a great job for that, and the latest UI improvements are very welcome !
]]>Rating: 5 stars
I don’t understand why you’re bothering reading this review instead of downloading and installing this plugin. Get to it.
]]>Rating: 5 stars
I use a lot of custom post types to handle different types of content, or to allow me to hook special functionality to certain parts of the site. This makes a whole lot of sense to me as a programmer, but as a user my clients don’t really care about it. They just want their content organized and editable in a way that’s accessible and makes sense to a user. Hierarchy achieves that.
]]>Rating: 5 stars
I’m using this plugin since quite a long time.. it’s magic when it comes to showing the wp-admin to the clients. Just that everything is packed under “Content” makes it much more easy to navigate and understanding where clients can find the content to edit.
Often CPTs are used on Pages but they are a separate menu item so they lose the context to the “main” source where they will appear.. with hierarchy this problem is solved very elegant.
Also from the dev site i must say that the code quality on this is very good. You can learn a lot by taking a look at the code ??
Thanks for this great Plugin.
]]>Rating: 5 stars
This plugin makes it easy to clean up the admin menu. It’s extremely intuitive to use, and the code is clean and readable.
]]>Rating: 5 stars
I wish I had heard about this plugin much sooner. Major, major improvement in usability.
]]>Rating: 5 stars
Content types quickly get overwhelming. But if you want to simplify your post types and content management, install this plugin! It makes it so things make sense to clients and really takes the UI to the next level.
]]>