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

Sortable Posts

설명

Sortable Posts uses and easy to use drag and drop ui to allow users to update the order of posts and taxonomy terms. Sortable Posts automatically arranges your posts and taxonomy terms on the frontend to match the order on the backend as well.

Using Sortable Posts In Your Theme / Plugin

Sortable Posts currently allows users to add post types to the list of sortable post types and taxonomies by either adding them in the options panel or by adding them via a custom filter. Should you want to add them via a filter you can use the sortable_post_types for posts and the sortable_taxonomies filter for taxonomies.

Documentation can be found here.
https://github.com/CarlosRios/sortable-posts

스크린샷

  • before Sortable Posts
  • after Sortable Posts
  • Dashboard options
  • Sortable Taxonomies

설치

Sortable Posts requires the WP REST API that is a part of WordPress core as of 4.4.

  1. Navigate to ‘Add New’ in the plugins dashboard
  2. Navigate to the ‘Upload’ area
  3. Select sortable-posts-wp.zip from your computer
  4. Click ‘Install Now’
  5. Activate the plugin in the Plugin dashboard

Using FTP

  1. Extract the sortable-posts-wp directory to your computer
  2. Upload the sortable-posts-wp directory to the /wp-content/plugins/ directory
  3. Activate the plugin in the Plugin dashboard

FAQ

How do I use it?

Navigate to the Sortable Post Types screen under the WordPress Settings tab and choose the post types you want to make sortable.

Does it work with built in WordPress post types?

No, currently it does not support the built in post types.

Does Sortable Posts work with taxonomies as well?

Yes! Sortable Posts requires at least WordPress 4.4 to make use of the new term meta fields that were added to it.

후기

2016년 9월 3일 1 reply
I really like the UI, the numbering of posts is a great touch to know where you are in the list. Developer was also really helpful in resolving a conflict with another plugin.
2016년 9월 3일 1 reply
Sorts Posts and Terms like no other plugin. Hope this one gets the attention it deserves!
모든 4 평가 읽기

기여자 & 개발자

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

기여자

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

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

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

변경이력

1.1.3

  • fix: settings issue causing php warning when no post types are saved.
  • fix: settings page for taxonomies works even when given an associative array. Props @mcguffin
  • fix: change sql to seach in wpdb posts table and not just posts table. Props @mcguffin
  • improvement: add translation to settings page.
  • improvement: load settings only on admin side. Props @mcguffin
  • improvement: add new filter sortable_posts_settings which allows devs to remove settings page if set to false. Props @mcguffin

1.1.2

  • fix broken saving.
  • improvement: stop sql from injecting when saving order
  • add activation hook that flushes rewrite rules for older installs

1.1.1

  • fix issue with sortable posts looking for assets in the wrong folder.
  • update docblocks

1.1

  • remove using WP_REST_Controller class because it was not included in 4.4

1.0

  • add sortable taxonomies with the help of the WordPress 4.4 term metadata improvements.
  • updated plugin to use REST API to power its ajax.
  • visual modifications to the post edit screen.
  • added an alert message when the sort update succeeds or fails.
  • initial commit for plugin version