이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

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

FAQ

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 reply
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 replies
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