=== Plugin Name === Contributors: Dan Dietz Donate link: http://www.limeleafllc.com/code/collapse-sub-pages/ Tags: wp-admin, collapse, edit pages, admin, pages Requires at least: 2.9 Tested up to: 2.9.2 Stable tag: 0.0.1 Simply hides any child/sub pages on the Edit Pages admin screen (edit-pages.php). You can click to expand/collapse the child pages for any particular parent, and also expand/collapse all. == Description == This wordpress plugin simply hides any child/sub pages on the Edit Pages admin screen (edit-pages.php). You can click to expand/collapse the child pages for any particular parent, and also expand/collapse all. Current Features: * Collaspe all child pages when Edit Pages loads * Expand and collapse child pages using a link on the parent page * Expand and collapse all links added to top of page Planned Features: * Remember your settings * Expand items when searching * Icons to improve look A few notes: * This is a javascript/jquery driven plugin * Your Edit Pages screen will load normally, then the javascript plugin will collapse child pages * This is not fancy, it is simply designed to get the job done == Installation == 1. Download and un-zip archive 1. Upload `collapse-sub-pages` to the `/wp-content/plugins/` directory 1. Activate the plugin through the 'Plugins' menu in WordPress 1. Enjoy a decluttered Edit Pages screen == Frequently Asked Questions == = I just searched for a page, why doesn't it show? = When you do a search, any child pages will remain collapsed, or hidden. Clicking the 'Expand All' link at the top of the page will show pages returned from a search. Plans to correct this annoyance have already been made. = Why does the Edit Pages screen load and then collapse suddenly? = The plugin is javascript driven. So it depends on your screen fully loading, and then collapsing the pages that are children. Sorry, that's just how it works. It's not fancy, we know. = What about some amazing features? = Yeah, we know this plugin could have a million bells and whistles. But the bottom line is that we probably won't impliment them since we're getting the job done with what it already does. Feel free to modify the plugin with whatever extras you want (and let us know, we just might include your changes). == Screenshots == 1. After activation all child/sub pages will collapse and some cool new links will be available on the Edit Pages admin screen. 2. Clicking will expand the imediate children for that link, further nested children will remain collapsed until expanded. == Changelog == = 0.0.1 = * Initial release.