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

Q2W3 Post Order

설명

This plugin is a descendant of a well known AStickyPostOrderER.
Because it was not updated for a long time I decided to make an upgrade.

Note! Original AStickyPostOrderER must be deactivated before Q2W3 Post Order installation!

The main changes are:

  • Since version 1.1.0 added ability to stylize ordered posts (see FAQ for details)
  • Plugin was completely rewritten
  • Now you can change order of posts for custom taxonomy and custom post type archive pages
  • Removed Meta-Stickiness options – the plugin became lighter, faster and easier to use
  • Added support for internationalization
  • Advanced uninstall
  • Plugin settings page was moved from Tools to Settings section

Supported languages:

스크린샷

  • List of taxonomy terms
  • List of posts
  • Screen Options panel

설치

Deactivate AStickyPostOrderER plugin if you have it installed.

Then follow standard WordPress plugin installation procedure.

FAQ

How to enable custom taxonomies and custom post types?

Open plugin setting page. Look in upper right corner of the screen, there is a Screen Options dropdown panel.
There you can enable/disable custom taxonomies and post types.

How to stylize ordered posts?

For each ordered post two css classes are set: q2w3-post-order and q2w3-post-order-{n}, where {n} is post position number.
Use q2w3-post-order css class to set general style for ordered posts.
Use q2w3-post-order-{n} to set unique style for specific post position.
Note! You have to use <?php post_class(); ?> template tag in your theme.

How to remove posts from sorted list?

Enter position number 0 for selected post, then click Update Sorted.

How to disable plugin for feeds, pages and custom queries?

You can add a parameter q2w3-post-order=disable to the url.
For example example.com/feed/?q2w3-post-order=disable – your main feed post order will not be modified.

If you use custom queries: query_posts('cat=13&showposts=10&q2w3-post-order=disable');.

Array style: query_posts(array('cat'=>13,'showposts'=> 10,'q2w3-post-order'=>'disable'));.

후기

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

기여자 & 개발자

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

기여자

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

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

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

변경이력

1.2.8

  • Added post date in post listing tables
  • Fixed a few more php warnings and notices

1.2.7

  • Trying to fix problems with post saving

1.2.6

1.2.5

1.2.4

  • Fixed a few non critical bugs
  • Updated help section
  • Added russian translation
  • Tested compatibility with WP 3.4.1

1.2.3

  • Fixed bug when installed with ClassiPress theme

1.2.2

  • Fixed php warnings and notices
  • Post order number now can contain up to 6 digits

1.2.1

  • Fixed bug with 404 page on sites with non standard db_prefix
  • Checked compatibility with WordPress 3.3 RC3

1.2.0

  • Added debug mode.
  • Added option which allows Editors to access plugin settings page.

1.1.0

  • Added ability to stylize ordered posts.
  • Fixed small bug with post ordering in hierarhical taxonomies.

1.0.0

  • First public release.