=== Plugin Name === Contributors: jkrill Donate link: http://www.krillwebdesign.com Plugin URI: http://wpjumpmenu.com Author URI: http://krillwebdesign.com Tags: posts, pages, admin, jump, menu, quick, links, custom post types Requires at least: 3.7 Tested up to: 5.3.2 Stable tag: 3.6.4 Creates a drop-down menu in the admin area which makes it easy to jump to a page, post, custom post type or media file for editing. == Description ==

WATCH A DEMONSTRATION

https://vimeo.com/120853682 It will take 30 seconds to realize you can not live without this plugin. Creates a drop-down menu in the admin area which makes it easy to jump to a page, post, custom post type or media file for editing.

THIS PLUGIN IS A MUST HAVE FOR WORDPRESS DEVELOPERS!

UPDATE: Now featuring Chosen JavaScript library for select menu styling and functionality. 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 of the jump bar (top or bottom of the screen, or in the WordPress admin bar), whether or not to use Chosen (which features searching through the drop down!), the background color, font color, link color, border color and the icon and message that optionally get displayed on the left hand side (only when not in the WordPress admin bar), status colors, and many more options.

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! Please provide feedback for this plugin to help improve it! Having issues?!? Post in the support forum and I will fix it right away! == Installation == 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 == = Is there any way to add additional content to the jump menu? = Yes. There are two filters that run at the beginning of the menu and at the end. The first is: `wpjm-filter-beginning-of-list` which happens after the first which is for the Jump Menu Settings page. Your filter function would look something like this: function wpjm_filter( $wpjm_string ) { $wpjm_string .= ''; $wpjm_string .= ''; $wpjm_string .= ''; return $wpjm_string; } And your apply_filters would look like this: `apply_filters( 'wpjm-beginning-of-list', 'wpjm-filter' )` = The jump menu isn't working. = If the jump menu isn't working, please submit a forum post and I will respond asap. Click here to start a forum thread. Make sure you have the latest version of WordPress and the latest version of WP-Jump-Menu. = How do I put my logo in? = The branding options are only accessible when the position of the jump menu is set to top or bottom, and not WP Admin Bar. 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 in the WordPress Admin Bar 2. The Options Page - Here you can edit the drop-down list of custom post types (as well as built in post types) and their order, change the colors of the WP Jump Menu, and specify a few other options! 3. The Jump Menu - Just a drop down, but one POWERFUL drop down! == Changelog == = 3.6.3 = * fixed small jQuery compatibiity error with the media uploader = 3.6.2 = * Fixed a bug introduced in WP 4.9.8 where a loading spinner would only appear. = 3.6.1 = * Code clean up - added comments, for those interested in looking through the code. * Bug Fix: Transients were not reloading after attachments/media were uploaded/edited. * Bug Fix: Current page/post was not being selected on front-end. * Deprecated: Top and Bottom positions. Jump menu will only show in WP Admin Bar in WP versions > 3.4.3 = 3.6 = * Added option for hotkey (keyboard shortcut): CTRL + J to open and focus jump menu quickly. Turn this feature on by going to the WP Jump Menu settings page and checking the box next to Use Shortcut Key. = 3.5.7 = * Bug Fix - additional parameter was needed on wp_list_pages() so that