Simple Custom Post Order

Описание

Order posts (posts or any custom post types) using a Drag and Drop Sortable JavaScript. Configuration is unnecessary. You can do directly on default WordPress administration.
Excluding custom query which uses order or orderby parameters, in get_posts or query_posts and so on.

Данный плагин разрабатывается и поддерживается Colorlib.

Скриншоты

  • Порядок пользовательских типов постов
  • Порядок записей
  • Настройки

Установка

  1. Upload plugin-name.php to the /wp-content/plugins/ directory
  2. Активируйте плагин используя меню ‘Плагины’ в WordPress

Часто задаваемые вопросы

A question that someone might have

An answer to that question.

Отзывы

21.09.2023
Absolutely phenomenal little helper tool. I can't imagine not having it as most of the smaller queries always have to be ordered. Much appreciated! Cheers
20.09.2023
The search results did not return properly. Had to add this to my functions.php : add_filter( 'relevanssi_orderby', function( $orderby ) {$orderby = 'relevance';return $orderby;} ); Now working like a charm.
12.09.2023 1 ответ
Perfect for someone unfamiliar with the intricacies of the SSL protocol. It works straight out of the box, taking care of everything and guiding you with simple step-by-step instructions. If you are converting your site to SSL, look no further.
07.09.2023 1 ответ
I've tried a few of competitors, but although it changes on the blog page, it doesn't change the page builder pages. This one seems to work with my page builder. Also, competitors have a separate order page, this does it on the All Posts page. Don't forget to go to Settings to switch on ordering for posts, categories etc.
Посмотреть все 497 отзывов

Участники и разработчики

«Simple Custom Post Order» — проект с открытым исходным кодом. В развитие плагина внесли свой вклад следующие участники:

Участники

«Simple Custom Post Order» переведён на 16 языков. Благодарим переводчиков за их работу.

Перевести «Simple Custom Post Order» на ваш язык.

Заинтересованы в разработке?

Посмотрите код, проверьте SVN репозиторий, или подпишитесь на журнал разработки по RSS.

Журнал изменений

Version 2.5.7 — 20.09.2023

  • Security update fixing multiple issues
  • Code cleanup for better performance

Version 2.5.6 — 27.05.2021

Changed : Откат к 2.5.4

Version 2.5.5 — 11.05.2021

Changed : Code Cleaning
Changed : Allow custom orderby in Block Preview ( https://github.com/ColorlibHQ/simple-custom-post-order/issues/98 )

Version 2.5.4 — 05.03.2021

Changed: Improved Performance ( https://github.com/ColorlibHQ/simple-custom-post-order/issues/105 )

Version 2.5.3

  • Modified deprecated jQuery functions.

Version 2.5.2

  • Modified deprecated JQuery function to improve compatibility with WordPress 5.5
  • Исправлена проблема когда записи были в обратном порядке после сброса порядка.

Version 2.5.1

  • Improve fix for post list table width when sorting is enabled ( thanks to gedeminas )
  • Fix for admin ajax overriding queries ( thanks to igritsay )

Version 2.5.0

  • Fixed post list table width when sorting is enabled
  • Review dismiss fix

Version 2.4.9

  • Fixed «Post order not saving»

Version 2.4.8

  • Add ability to reset order to post types

Version 2.4.7

  • Fix undefined index when ordering terms
  • Added filter for post types args shown in settings page
  • Added extra option for advanced view of post types

Version 2.4.6

  • Removed dashboard news widget

Version 2.4.5

  • Added 2 action hooks that trigger at update_menu_order_tags and update_menu_order ( https://github
  • Fix issue with sorting (https://github.com/ColorlibHQ/simple-custom-post-order/issues/49)
  • Fix edit page layout when no item found

Version 2.4.4

  • Fix for slow javscript in admin( https://github.com/ColorlibHQ/simple-custom-post-order/issues/46 )
  • Fix database error( https://github.com/ColorlibHQ/simple-custom-post-order/issues/36 )

Version 2.4.3

  • Minor UI update added toggles

Version 2.4.2

  • Fixed potential bug with other plugins
  • Fixed table breaking on re-ordering when Yoast SEO installed

Version 2.4.1

  • Fixed translations

Version 2.4.0

  • Optimized our db queries ( https://wordpress.org/support/topic/update-optimization/ )

Version 2.3.9

  • Added button to dismiss the admin notice

Version 2.3.8

  • Fixed white screen ( https://wordpress.org/support/topic/white-screen-after-upgrade-to-2-3-6/ )

Version 2.3.7

  • Fixed white screen ( https://wordpress.org/support/topic/white-screen-after-upgrade-to-2-3-6/ )

Version 2.3.6

  • Fixed https://github.com/ColorlibHQ/simple-custom-post-order/issues/3

Version 2.3.5

  • Fixed https://github.com/ColorlibHQ/simple-custom-post-order/issues/12

Version 2.3.4

  • Removed deprecated function «screen_icon»

Version 2.3.2 (17-03-2017)

  • Minor documentation and readme tweaks

Version 2.3 (24-03-2014)

  • Fixed major bug on taxonomy and post order

Version 2.2 (02-07-2014)

  • Fixed bug: Custom Query which uses ‘order’ or ‘orderby’ parameters is preferred
  • It does not depend on the designation manner of arguments( Parameters ). ( $args = ‘orderby=&order=’ or $args = array( ‘orderby’ => », ‘order’ => » ) )
  • Previous Versions Issues were Improved.
  • Removed Taxonomy Sort( Will add in next Version 🙂 )

Version 2.1 (31-12-2013)

  • Prevent Breaking autocomplete

Version 2.0 (22-11-2013)

  • Fixed Undefined Notice Error in wp version 3.7.1
  • Taxonomy Activate Checkbox removed.

Version 1.5 (25-07-2013)

  • Fix : fix errors
  • Added Taxonomy Sort
  • Added Taxonomy Sort option In setting Page

Version 1.0 (20-07-2013)

  • Первая версия.