=== Plugin Name === Contributors: jkrill Donate link: http://www.krillwebdesign.com Tags: posts, pages, admin, jump, menu, quick, links, custom post types Requires at least: 3.0 Tested up to: 3.2.1 Stable tag: 2.2 Creates a drop-down menu in a bar across the top or bottom of the admin area which makes it easy to jump to a page, post, custom post type or media file for editing. One click and you're editing! New options page for easy customization. == Description == Creates a drop-down menu in a bar across the top or bottom of the admin area which makes it easy to jump to a page, post, custom post type or media file for editing. One click and you're editing! New options page for easy customization. THIS PLUGIN IS A MUST HAVE FOR WORDPRESS DEVELOPERS! Sick of having to go to your Posts list or Pages list to edit an entry? Me too. The WP Jump Menu plugin is a useful plugin that adds a drop-down "jump" menu to the bottom or top of the WordPress admin area which allows you to select from a list of pages, posts or custom post types and jump right into editing that page. Why is this needed? By adding this ability, you can save TONS OF TIME when editing a bunch of posts or pages. No more do you have to click on Pages, and then search for the right page in the list, and then click on the title or on edit. Simply find the page or post in the drop-down (which is neatly organized and indented) and it will jump to edit that page or post. Customizable The plugin comes with an options page where you can edit the position (top or bottom) of the jump bar, the background color, font color, link color, border color and the icon and message that optionally get displayed on the left hand side. Great for theme developers to help clients navigate in the admin area of WordPress. We use this plugin on all of our projects and decided it was time to release it to the world! Enjoy! == Installation == This section describes how to install the plugin and get it working. e.g. 1. Upload the `wp-jump-menu` folder to the `/wp-content/plugins/` directory 2. Activate the plugin through the 'Plugins' menu in WordPress 3. You'll find the options under Settings->WP Jump Menu 4. In the settings, you can customize the jump menu's location, colors, sort order, and enter in custom post types (comma seperated) to list in the jump menu. 5. Make sure you click save to save your settings. == Frequently Asked Questions == = Can I edit the code? = Of course! Go right ahead. = How do I put my logo in? = You need to upload your logo icon, through WordPress maybe, and get the full URL to the image. This you will put into the Logo Icon field in the options. == Screenshots == 1. The Jump Menu - Just a drop down, but one POWERFUL drop down! == Changelog == = 2.2 = * Completed/fixed the sorting of the post types on the options page. Now you can sort the post types in the order you want them to appear in the Jump Menu, and when you save that order, the table-list will stay in the order you saved it in. * Started using wp_cache to store the list of posts, pages, etc. that Jump Menu displays in it's drop-down, so it is not querying the database on every page load. Hopefully I did this right and it works, if anyone wants to jump in the code and check for me... great! = 2.1.4 = * Fixed error (variable not array) = 2.1.3 = * Added the ability to sort the Post Types by clicking and dragging on their rows and re-ordering them. This will effect the order they display in the Jump Menu. * Updated text on options page. = 2.1.2 = * Small bug fixed: default post and page post type were not set right. = 2.1.1 = * Fixed Update issue: When updated, WP Jump Menu would stop working because it uses new option values. New default values should be set when updated. = 2.1 = * Fixed bug: Can be displayed at the top of the screen WITH the WP Admin Bar, whereas before it was being hidden when both were activated and on the top. * Totally redid the Post Types and the way you select them. You can now select (or deselect) any post type. Not just custom post types. So you can totally turn off pages, or posts - or now you can add attachments! * Redid the options page using wp_settings. Much better! * Added the title "WP Jump Menu" next to the drop-down = 2.0 = * Totally redid the form layout to match native WP admin styles * Updated the color styling of the jump menu bar so you can live preview the changes as you change the colors to see what it will look like * Got rid of Logo Width (automatically determines the width of the logo based on the logo URL) * Changed the custom post type selector from manual (you had to type in a comma separated list) to showing checkboxes for each custom post type that exists, allowing you to simply select each one you want to show in the drop-down. = 1.4 = * Cleaned up a little bit, and updated the readme.txt = 1.3 = * Changed how the optional logo is displayed (from background css to tag) = 1.2 = * Added color picker to hex inputs * Added sort order options for pages and posts * Added number of posts to display option = 1.1 = * Fixed minor js bug * Included a screenshot = 1.0 = * Initial Release == Upgrade Notice == = 1.3 = * Updated logo option = 1.2 = * Updates to options in admin area = 1.1 = Stable working version. = 1.0 = * Initial Release