=== WordPress Page Tree === Contributors: mungobbq Tags: admin, page, pages, tree, hierarchy, overview, navigation Requires at least: 2.5 Tested up to: 2.7 Stable tag: trunk Creates a new view for all pages in your administration "pages" panel. == Description == Do you have a WordPress site with lots of pages in a hierarchical structure? Are you trying to use WordPress like a "real" CMS? Then this plugin is for you! Page Tree gives you a much-needed overview of your published pages in the admininstration panel using a common expand/collapse menu, which lets you navigate your page structure like a folder tree in Windows Explorer. Now you can quickly and easily find the page you want to edit using the expandable tree view, and also get an admin view site map of your complete site. The page tree is only displayed in WordPress administration panel, under your regular "Pages" menu. See the screen shot for a better understanding of how it works. == Installation == Quick and easy installation: 1. Upload the folder `wppagetree` to the `/wp-content/plugins/` directory 1. Activate the plugin through the 'Plugins' menu in WordPress 1. Done! == Frequently Asked Questions == = What does this plugin actually do? = This plugin simply provides an easier way for administrators/authors to navigate a large collection of pages in your WordPress installation. It adds a new submenu to your "pages" navigation menu which takes you to a list of all your published pages in a collapse/expand tree. = But what about showing the tree on my site? = Good thinking. Next version of this plugin will most likely have template support so you can display the same tree on your public site. = I can't see my unpublished/hidden pages! = Right. I am using the WP function wp_list_pages() to generate the page list, and a drawback is that we can only see the published pages. I'll look into using a custom function to generate the tree in the future. If you have a good idea about how to do this in a simple fashion, please write me. == Screenshots == 1. The page tree in action 2. New option in your pages administration panel == Wishlist / Coming attractons == Here are a few things I want to add to the next version of Page Tree. Do you have suggestions? Feel free to contact me at mans@mansjonasson.se * Display all pages in WordPress, published and unpublished. Possibly add option to choose all/only published. * Template tags to add Page Tree to public site navigation