Skip to content

Tag Archives: show_ui

Hiding WordPress custom post type menu items without disabling edit access

05-Aug-10

WordPress 3.0′s custom post types are really cool, opening up a whole new world of use cases for WordPress. We used custom post types extensively when developing Anthologize. But there are still some rough spots. For instance, the ‘show_ui’ parameter of register_post_type() is a little bit too coarse-grained for our purposes. For Anthologize, we wanted [...]