=== Quick Edit Pages === Contributors: rowbory Donate link: http://blog.rowbory.co.uk/sw/donate Tags: pages, quick, editing, CMS Requires at least: 2.5 Tested up to: 3.1.1 Stable tag: 0.2.2 Dropdown box on a line under the Pages subitem of the Pages menu in Admin to directly edit page. Pushes Pages up above Posts with JS. == Description == This plugin does 2 related things that improve the experience using WordPress as a CMS: 1. Moves the Pages menu above Posts. 2. Adds a hierarchical popup menu of pages that you can use to jump right into that particular page. This makes it much quicker when you're jumping between static pages. The reordering of the items is done with JavaScript (so it shouldn't break anything else, but you may notice a little jump after the page loads) and the popup menu is created with PHP. == Installation == 1. Upload the _quick-edit-pages_ folder to your _wp-content/plugins/_ directory or install using the WordPress Plugins Repository installer. 2. Activate the plug-in 3. Notice the Pages section is now at the top of the management menu and it has a nice popup menu with all the pages in it. == Usage == Choose a page from the menu and you'll be taken straight to the editor. == Frequently Asked Questions == 1. Can I change any options? Not yet. 2. Can I give you suggestions? Yes. email me at wordpress_at_m.rowbory.co.uk == Change Log == 0.2.1 (08/08/2011) - Updated some text in the readme file etc. 0.2 (04/10/2010) - Wrapped in a class to be slightly tidier and easier to update in the future with more features.