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

Order Manager

설명

Order Manager allows you sort posts and terms belonging to any post type or any taxonomy, as well as posts tagged with a specific term.

Options

“Enable order manager for all posts/terms”

This will add a new page to the WordPress menu under the associated post type. It provides you with a straightforward drag-and-drop interface to organize your posts or terms. If the post type or taxonomy supports a hierarchy, it will also let you easily reassign items to different parents by dragging them just below the intended parent.

This adds a new 'orderby' value when using get_terms(): 'menu_order'.

“Enable post order manager for each term”

Taxonomies with this option enabled will now offer a post order interface on each term’s edit screen, allowing you to set a unique order for posts in that term.

This adds a new 'orderby' value when using get_posts(): 'term_order'.

Note: this unique order will only take effect when listing posts belonging to a specific term that uses this.

“Override order on get_posts()/get_terms()

This will cause all queries for posts/terms of that type to use the custom order by default, rather than by date/name. In the case of a query for posts belonging to a term with post-sorting enabled, it will use that order by default.Order Manager allows you sort posts and terms belonging to any post type or any taxonomy,
as well as posts tagged with a specific term.

Options

“Enable order manager for all posts/terms”

This will add a new page to the WordPress menu under the associated post type.
It provides you with a straightforward drag-and-drop interface to organize your
posts or terms. If the post type or taxonomy supports a hierarchy, it will also
let you easily reassign items to different parents by dragging them just below
the intended parent.

This adds a new 'orderby' value when using get_terms(): 'menu_order'.

“Enable post order manager for each term”

Taxonomies with this option enabled will now offer a post order interface on
each term’s edit screen, allowing you to set a unique order for posts in that
term.

This adds a new 'orderby' value when using get_posts(): 'term_order'.

Note: this unique order will only take effect when listing posts belonging to
a specific term that uses this.

“Override order on get_posts()/get_terms()

This will cause all queries for posts/terms of that type to use the custom
order by default, rather than by date/name. In the case of a query for posts
belonging to a term with post-sorting enabled, it will use that order by default.

Order Manager

Contributors: dougwollison
Tags: order, order manager, sort, post order, term order, sort posts, sort terms
Requires at least: 5.2
Tested up to: 5.3.1
Requires PHP: 5.6.20
Stable tag: 1.0.0
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Adds order controls for posts and terms

설치

  1. Upload the contents of order-manager.tar.gz to your /wp-content/plugins/ directory.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.
  3. Find the new ‘Order Manager’ page under ‘Settings’ in WordPress.
  4. Select which features you want enabled on each post type/taxonomy (any that have a UI will be available).
  5. The individual order managers will appear in the menu under it’s respective post type (e.g. ‘Page Order’ under ‘Pages’ or ‘Category Order’ under ‘Posts’). If post order is enabled for terms, the interface will appear on the edit screen of each term.1. Upload the contents of order-manager.tar.gz to your /wp-content/plugins/ directory.
  6. Activate the plugin through the ‘Plugins’ menu in WordPress.
  7. Find the new ‘Order Manager’ page under ‘Settings’ in WordPress.
  8. Select which features you want enabled on each post type/taxonomy (any that have a UI will be available).
  9. The individual order managers will appear in the menu under it’s respective post type
    (e.g. ‘Page Order’ under ‘Pages’ or ‘Category Order’ under ‘Posts’). If post order is enabled for terms,
    the interface will appear on the edit screen of each term.

후기

이 플러그인에 대한 평가가 없습니다.

기여자 & 개발자

“Order Manager”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “Order Manager”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

Details on each release can be found on the GitHub releases page for this project.

1.0.0

Initial public release.Details on each release can be found on the GitHub releases page for this project.

1.0.0

Initial public release.

.r2216442