Post Order Manager

설명

Post Order Manager makes it easy to change the display order of your posts and custom post types from the WordPress admin.

You can choose which post types are reorderable via the settings, and use a simple drag-and-drop interface to instantly save the new order.

Ideal for:

  • Custom post types like “Projects”, “Team Members”, “Testimonials”

  • Manually arranging featured content

  • Developers who use menu_order for template control

Features

  • Reorder posts via drag-and-drop

  • Updates the menu_order field in real time

  • Choose which post types to enable ordering for

  • Clean admin UI (under Settings Post Order)

  • Uses AJAX and jQuery UI for instant updates

  • Works with built-in and custom post types

설치

  1. Upload the plugin files to the /wp-content/plugins/post-order-manager directory, or install the plugin through the WordPress plugin screen.

  2. Activate the plugin.

  3. Go to Settings Post Order.

  4. Select the post types you want to enable ordering for.

  5. Drag and drop to reorder posts — changes are saved instantly.

FAQ

Does it support custom post types?

Yes! You can reorder any public post type — just enable it in the settings.

What does it update in the database?

It updates the menu_order field of posts, which WordPress themes and queries can use to display content in custom order.

Will this change affect front-end display?

Only if your theme or query uses orderby => 'menu_order'. It gives you full control without forcing changes.

Can I undo the order?

Currently no reset button — but we may add it in a future update.

후기

2025년 7월 10일 답글 1개
The Post Order plugin is incredibly easy to integrate and super helpful for organizing posts efficiently. Highly recommend!
모든 1 평가 읽기

기여자 & 개발자

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

기여자

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

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

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

변경이력

1.0.1

  • Fixed missing assets/css and assets/js directories.
  • Moved plugin CSS and JS to proper location and enqueued using WordPress standards.
  • Renamed short prefixes to avoid conflicts and comply with plugin guidelines.
  • Improved nonce usage and sanitization for security compliance.
  • Deleted incomplete 1.0.0 tag and restructured for proper tagging.

1.0.0

  • Initial release.
  • Drag-and-drop reorder interface for posts and custom post types.
  • Saves menu_order via AJAX.
  • Admin settings to enable/disable post types.