[Plugin Homepage](http://www.codehooligans.com/projects/wordpress/pages-children/ "Pages-Children Plugin for WordPress")
The Pages-Children plugin now works with any post or taxonomy type which is setup as hierarchical.
Personally I find the WordPress Pages management somewhat lacking. When dealing with a simple list of About Us, Contact Us, etc. pages the interface works fairly well. But when you have a client who has 15+ levels of sub-pages and each level contains some 50+ pages the interface quickly breaks down in it’s usefulness.
So I put together a plugin to help manage this a little better. The new plugin, pages-children, helps to filter the post type or taxonomy list showing only a single level of at a time. That is it really. There is no admin interface or settings. Just through the power of the WordPress actions and filter the page content can be altered. Powerful stuff.
/wp-content/plugins/
directoryNO! This is the first rule of plugin development. Never ever change or touch core files, settings or database schema.
Not possible. Double check that you deactivated the ‘pages-children’ plugin. When active the plugin uses filters to alter the way the page listing is displayed. So once deactivated these filters are no longer used. See first question about changes to core WP code.
YES. As of version 1.4 the plugin now works with any custom post type which is setup as hierarchical.
YES. This was added in version 1.5. now taxonomies defined as hierarchical will be presented similar to post types, one level at a time.
I’ve only tested the plugin using the default WordPress admin interface. Note the plugin relies on some specific structures of the output tables used for the listing. If the admin theme you are using changes this then my plugin code will no longer work. Sorry.
Not much. For some reason the WP-ecommerce plugin effects the logic of the Pages-Children plugin. I’ve not been able to figure out the conflict. But continue to investigate.
*2011-08-03: Minor bug fixes to declare unset variables. Thanks to the many users of my plugin who reported these issues. Note these are Warning not errors.
Added more logic on the Taxonomy Terms management screen. Have correct the pager logic. In previous versions the pager considered all the terms within the taxonomy. Now the pager is just used for the level of terms displayed. Also, on the Add new term form the dropdown for parent is now set to the parent term being displayed.
*2011-07-01: Added support for any taxonomies which are defined as hierarchical.