This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

Fast Page Switch

Description

This plugin adds a metabox to the edit screen for any post type. The metabox lets you quickly switch between all available posts using the Select2 jQuery plugin. No need to visit “All Posts“ first. You can use the settings page to determine for which post types (e.g. Pages, Posts, etc.) the metabox should be available.

Please do not use the rating system for your support requests. Simply leave a message in the plugin support forum and I will get back to you right away.

If this plugin saves you time, please consider supporting it with a good rating. Thanks.

Screenshots

  • The fast page switch metabox and it's functionality.
  • Preview of the admin settings page (since v1.4).

Reviews

ජූනි 1, 2019 2 replies
As this plugin was not updated for 3 years, I hesitated to give it a try. However it still works in may 2019 on WP 5.2.1 Hope the author would consider keeping it up to date in the future. Thanks, Annie
අගෝස්තු 23, 2017
A very useful Plugin. Switching between pages/posts can also be achieved w/o this plugin by opening another tab. But I agree with the author (Marc Wiest) that it might be easier on your cognition (it is on mine) to be able to switch between pages without having to scan through a bunch of tabs on top of the browser. (Marc wrote why he created this plugin on WP Tavern in an article by Jeff Chandler: https://wptavern.com/fast-page-switch-adds-a-quick-way-to-switch-between-pages-in-the-wordpress-backend).
පෙබරවාරි 20, 2017
save me a lot of time switching between pages, a Must-Have plugin
නොවැම්බර් 14, 2016
This plugin saves a lot of time when you are dealing with many pages, Highly recommended
Read all 21 reviews

Contributors & Developers

“Fast Page Switch” is open source software. The following people have contributed to this plugin.

Contributors

“Fast Page Switch” has been translated into 1 locale. Thank you to the translators for their contributions.

Translate “Fast Page Switch” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

1.5.8 – April 4, 2020

  • Fixed Select2 dropdown width.
  • Upgraded Select2 version to 4.0.13 (from 4.0.3).

1.5.7 – October 11, 2016

  • Removed “acf-disabled” from post-statuses setting.
  • Removed Easy Digital Download items from post-statuses setting.
  • Removed WooCommerce items from post-statuses and post-type settings.
  • Applied new CSS max-height to Select2 drop-down.

1.5.6 – October 11, 2016

  • Hardened option retrieval to avoid non-existent post-type and post-status errors.
  • Improved settings to allow for custom post statuses.
  • Added Minimum Capability info to settings.
  • Fixed metabox CSS bug where the screen would become horizontally scrollable.
  • Updated transition (.pot) file.

1.5.5 – October 11, 2016

  • Hardened admin_enqueue_scripts function.
  • Added settings link to metabox.
  • Improved metabox CSS spacing.

1.5.4 – October 3, 2016

  • Patched undefined variable notice.

1.5.3 – September 23, 2016

  • Updated Select2 JS & CSS to version 4.0.3.
  • Improved JS to better handle Select2 V3 backwards compatibility.
  • Increased Select2 results height.
  • Added “Switch” string to translation.

1.5.2 – September 21, 2016

  • Improved select2 JS.

1.5.1 – September 21, 2016

  • Fixed styling bug.

1.5.0 – September 21, 2016

  • Added loading indicator to metabox.
  • Posts are now ordered by title, not date.
  • Updated info text on settings page.
  • Updated translation (.pot) file.

1.4.0 – September 16, 2016

  • Added support for custom post types.
  • Created settings page for managing post types shown.
  • To keep the database clean, settings are delete via uninstall.php when plugin is deleted.
  • Contrary to version 1.3.1, the metabox now only shows if the current user can edit at least one of the available post-types which also has at least one post the user is allowed to edit.
  • Removed filter “fps_get_pages_by_post_status” in favor of admin setting “Post Statuses.”
  • Removed filter “fps_get_posts_by_post_status” in favor of admin setting “Post Statuses.”
  • The plugin is now translatable.

1.3.1

  • Added a placeholder for “Add New” screens.
  • Limited the metabox to show only for admin and editor roles for now.

1.3.0

  • Fixed a bug were select2.js wasn’t not enqueued on post edit screens.

1.2.9

  • Added posts to the page switch dropdown.
  • Included a filter called “fps_get_posts_by_post_status” to change the post_status argument for get_posts().

1.1.9

  • Added Select2 version 3 backwards compatibility.
  • Changed Select2 script handles to a generic name to prevent clashes with other plugins using Select2.

1.1.7

  • Addressed a bug where Select2 was getting stuck on the new value when a page change was prevented due to unsaved changes.
  • Fixed a bug where select2.js wasn’t being loaded for “add new” pages.
  • Included more post_status pages: private, draft, future and pending are now available via the dropdown. This also includes password protected pages.
  • Included a filter called “fps_get_pages_by_post_status” to change the post_status argument for get_pages().

1.1.3

  • Included the Select2 version 4 jQuery plugin.
  • Lowered the minimum required WP version from 4 to the accurate version.
  • Changed the metabox title to the plugin’s name.

1.0.1

  • Added a little bit of code documentation.
  • Updated the readme.

1.0.0

  • Initial Release