這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

Orbisius Quick Nav

外掛說明

This plugin adds a select box to the post editor that allows you to quickly switch to another post of the same type without leaving the edit posts screen.
It works with post, page and custom post types and is aware of what type of post you’re currently editing.
For example if you’re editing a page it will list pages, if you’re editing a WooCommerce product it will list all of the other WooCommerce products.

The dropdown menu will show up above the title of the edited content (WP > 3.7+).
For WordPress between 3.5-3.7 the dropdown will after the permalink and
for WordPress older than 3.5 the dropdown will appear after the editor.

Features / Benefits

  • Allows you to quickly switch between pages, posts, products etc.
  • Easy to use

Demo

How to Switch between WooCommerce Products

Usage

Install the plugin.
Go to a post or page and you should see a dropdown that you can use to jump to a page/post.
Grab a beer.

Author

Svetoslav Marinov (Slavi) | Custom Web and Mobile Programming by Orbisius.com

Support

Support is handled on our site: http://orbisius.com/
Please do NOT use the WordPress forums or other places to seek support.

Slavi (Orbisius.com) is a WordPress Developer available for hire.

螢幕擷圖

  • Plugin's Settings Page
  • The dropdown generated on edit page screen

安裝方式

  1. Unzip the package, and upload orbisius-quick-nav to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress

常見問題集

Installation Instructions
  1. Unzip the package, and upload orbisius-quick-nav to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
How to use this plugin?

Just install the plugin and activate it.

使用者評論

2016 年 9 月 3 日 1 則留言
Really don't like the way that it adds links to hire the plugin author on every single post edit screen! I personally consider that spammy behaviour. Works well otherwise!
2016 年 9 月 3 日 2 則留言
I was a bit reluctant to install this plugin, thinking I had enough options in WordPress and Woocommerce itself. Boy was I wrong! I really speeds up the work flow and is easy to use. It even works with the Woothemes Sensei plugin. Great job ( again 🙂 ) Slavi. Thanks for your work! Annie
閱讀全部 6 則使用者評論

參與者及開發者

以下人員參與了開源軟體〈Orbisius Quick Nav〉的開發相關工作。

參與者

將〈Orbisius Quick Nav〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

1.0.8

  • Made the UI more compact
  • Added Demo in the plugin’s settings.
  • Removed most of the shared icons in the settings
  • Tested specifically with WP 4.7.5

1.0.7

  • Changed some internal links from club.orbisius.com -> orbisius.com
  • Removed some extra links near the pages/posts dropdown as someone has complained it felt spammy.
  • Tested with WP 4.7

1.0.6

  • Added try and catch when using chosen just in case of CDN is down or user’s PC is not connected to the internet
  • Fixed the noticed shown on $wpdb->escape

1.0.5

  • Put a link to the review page.

1.0.4

  • Fixed the dropdown was showing up in the plugins as well. Not cool.
  • Fixed some warnings that were shown on post types different than page, post.
  • Does not render the dropdown if there are no post types of the currently viewed type.
  • Showing item id in the dropdown which can be used in the filtering process.
  • Listing up to 2500 items

1.0.3

  • Added the quick nav to show up in the manage pages/posts
  • Tested with WP 4.5

1.0.2

  • Added Chosen JS library ( loading from CDN thanks to http://cdnjs.com/libraries/chosen ) to manage long pages list. Suggested by Paal Joachim Romdahl.
  • Outputting the code only on when required and not on all admin pages.
  • Tested with WP 4.x

1.0.1

  • Loading custom post types differently using an SQL as the other methods may cause crash

1.0.0

  • Initial release