Post Types Order - Version 1.9.8

Version Description

  • Readme file updates, typos fixes.
    • WordPress 5.9 compatibility tag
Download this release

Release Info

Developer nsp-code
Plugin Icon 128x128 Post Types Order
Version 1.9.8
Comparing to
See all releases

Code changes from version 1.9.7 to 1.9.8

Files changed (2) hide show
  1. post-types-order.php +1 -1
  2. readme.txt +18 -14
post-types-order.php CHANGED
@@ -5,7 +5,7 @@ Plugin URI: http://www.nsp-code.com
5
  Description: Posts Order and Post Types Objects Order using a Drag and Drop Sortable javascript capability
6
  Author: Nsp Code
7
  Author URI: http://www.nsp-code.com
8
- Version: 1.9.7
9
  Text Domain: post-types-order
10
  Domain Path: /languages/
11
  */
5
  Description: Posts Order and Post Types Objects Order using a Drag and Drop Sortable javascript capability
6
  Author: Nsp Code
7
  Author URI: http://www.nsp-code.com
8
+ Version: 1.9.8
9
  Text Domain: post-types-order
10
  Domain Path: /languages/
11
  */
readme.txt CHANGED
@@ -3,27 +3,27 @@ Contributors: nsp-code, tdgu
3
  Donate link: http://www.nsp-code.com/donate.php
4
  Tags: post order, posts order, sort, post sort, posts sort, post type order, custom order, admin posts order
5
  Requires at least: 2.8
6
- Tested up to: 5.8.1
7
- Stable tag: 1.9.7
8
 
9
- Post Order and custom Post Type Objects (custom post types) using a Drag and Drop Sortable JavaScript AJAX interface or default WordPress dashboard.
10
 
11
  == Description ==
12
 
13
- <strong>Over 5.6 MILLIONS DOWNLOADS and near PERFECT rating out of 200 REVIEWS</strong>. <br />
14
  A powerful plugin, Order Posts and Post Types Objects using a Drag and Drop Sortable JavaScript capability.
15
 
16
- The order can be customized within **default WordPress post type archive list page** or **a separate Re-Order interface** which display all objects.
17
- It allows to reorder the posts for any custom post types you defined, including the default Posts. Also you can display the posts within admin interface sorted per your new sort. Post Order has never been easier.
18
 
19
  = Usage =
20
- This was built considering everyone to be able to use the sorting, no matter the WordPress experience:
21
 
22
  * Install the plugin through the Install Plugins interface or by uploading the `post-types-order` folder to your `/wp-content/plugins/` directory.
23
  * Activate the Post Order plugin.
24
  * A new setting page will be created within Settings > Post Types Order, you should check with that, and make a first options save.
25
  * Using the <strong>AutoSort option as ON</strong> you don't need to worry about any code changes, the <strong>plugin will apply the customized post order</strong> on fly.
26
- * Use the Re-Order interface which appear to every custom post type (non-hierarchical) to change the post order to a new one.
27
  * If prefer sort apply through the code, include 'orderby' =>'menu_order' within custom query arguments, more details at http://www.nsp-code.com/sample-code-on-how-to-apply-the-sort-for-post-types-order-plugin/
28
 
29
  = Example of Usage =
@@ -58,22 +58,22 @@ If for some reason the post order does not update on your front side, you either
58
 
59
  Feel free to contact us at electronice_delphi@yahoo.com
60
 
61
- = I have no PHP knowledge at all, i will still be able to use this plugin? =
62
 
63
  Absolutely, you can!
64
- Unlike many other plugins, you don't have to do any code changes to make your post order to change accordingly to custom defined post order. There is an option to autoupdate the WordPress queries so the posts order will be returned in the required order. Anyway this can be turned off (Autosort) to allow customized code usage.
65
 
66
  = How to manually apply the sort on queries =
67
 
68
  Include a 'orderby' => 'menu_order' property within your custom query arguments.
69
 
70
- = What kind of posts/pages this plugin allow me to sort? =
71
 
72
- You can sort ALL post types that you have defined into your wordpress as long they are not <strong>hierarhically</strong> defined: Posts (default WordPress custom post type), Movies, Reviews, Data etc..
73
 
74
  = Ok, i understand about the template post types order, how about the admin interface? =
75
 
76
- There's a option you can trigger, to see the post types order as you defined in the sort list, right into the main admin post list interface.
77
 
78
  = There is a feature that i want it implemented, can you do something about it? =
79
 
@@ -83,7 +83,7 @@ All ideas are welcome and i put them on my list to be implemented into the new v
83
 
84
  This can be done by including the ignore_custom_sort within custom query arguments. An example can be found at <a target="_blank" href="http://www.nsp-code.com/advanced-post-types-order-api/sample-usage/">http://www.nsp-code.com/advanced-post-types-order-api/sample-usage/</a>
85
 
86
- = How can i force sort apply for certain queries when Autosort is turned On? =
87
 
88
  A filter can be used to achieve that pto/posts_orderby. An example can be found at <a target="_blank" href="http://www.nsp-code.com/ignore-sort-apply-for-certain-query-on-post-types-order/">http://www.nsp-code.com/ignore-sort-apply-for-certain-query-on-post-types-order/</a>
89
 
@@ -94,6 +94,10 @@ Consider upgrading to our advanced version of this plugin at a very resonable pr
94
 
95
  == Change Log ==
96
 
 
 
 
 
97
  = 1.9.7 =
98
  - Remove Twitter button
99
  - Remove unused gif image
3
  Donate link: http://www.nsp-code.com/donate.php
4
  Tags: post order, posts order, sort, post sort, posts sort, post type order, custom order, admin posts order
5
  Requires at least: 2.8
6
+ Tested up to: 5.9.1
7
+ Stable tag: 1.9.8
8
 
9
+ Sort Posts and custom Post Type Objects (custom post types) using a Drag and Drop Sortable JavaScript AJAX interface or default WordPress dashboard.
10
 
11
  == Description ==
12
 
13
+ <strong>Over 6.8 MILLIONS DOWNLOADS and near PERFECT rating out of 200 REVIEWS</strong>. <br />
14
  A powerful plugin, Order Posts and Post Types Objects using a Drag and Drop Sortable JavaScript capability.
15
 
16
+ The order can be customized within **default WordPress post type archive list page** or **a separate Re-Order interface** which displays all objects.
17
+ It allows reordering the posts for any custom post types you defined, including the default Posts. Post Order has never been easier.
18
 
19
  = Usage =
20
+ This plugin was developed considering everyone to be able to use the sorting feature, no matter the WordPress experience:
21
 
22
  * Install the plugin through the Install Plugins interface or by uploading the `post-types-order` folder to your `/wp-content/plugins/` directory.
23
  * Activate the Post Order plugin.
24
  * A new setting page will be created within Settings > Post Types Order, you should check with that, and make a first options save.
25
  * Using the <strong>AutoSort option as ON</strong> you don't need to worry about any code changes, the <strong>plugin will apply the customized post order</strong> on fly.
26
+ * Use the Re-Order interface which appears to every custom post type (non-hierarchical) to change the post order to a new one.
27
  * If prefer sort apply through the code, include 'orderby' =>'menu_order' within custom query arguments, more details at http://www.nsp-code.com/sample-code-on-how-to-apply-the-sort-for-post-types-order-plugin/
28
 
29
  = Example of Usage =
58
 
59
  Feel free to contact us at electronice_delphi@yahoo.com
60
 
61
+ = Since I have no PHP knowledge at all, is this plugin for me? =
62
 
63
  Absolutely, you can!
64
+ Unlike many other plugins, you don't have to do any code changes to make your post order to apply, accordingly to custom-defined order. There is an option to auto-update the WordPress queries so the posts will be returned in customised order. This can be turned off (Autosort) to allow customized code usage.
65
 
66
  = How to manually apply the sort on queries =
67
 
68
  Include a 'orderby' => 'menu_order' property within your custom query arguments.
69
 
70
+ = What kind of posts/pages does this plugin allow me to sort? =
71
 
72
+ You can sort ALL post types that you have defined into your WordPress as long they are not <strong>hierarhically</strong> defined: Posts (default WordPress custom post type), Movies, Reviews, Data etc..
73
 
74
  = Ok, i understand about the template post types order, how about the admin interface? =
75
 
76
+ There's an option you can trigger, to see the post types order as you defined in the sort list, right into the main admin post list interface.
77
 
78
  = There is a feature that i want it implemented, can you do something about it? =
79
 
83
 
84
  This can be done by including the ignore_custom_sort within custom query arguments. An example can be found at <a target="_blank" href="http://www.nsp-code.com/advanced-post-types-order-api/sample-usage/">http://www.nsp-code.com/advanced-post-types-order-api/sample-usage/</a>
85
 
86
+ = How can i force the sort to apply for certain queries when AutoSort is turned On? =
87
 
88
  A filter can be used to achieve that pto/posts_orderby. An example can be found at <a target="_blank" href="http://www.nsp-code.com/ignore-sort-apply-for-certain-query-on-post-types-order/">http://www.nsp-code.com/ignore-sort-apply-for-certain-query-on-post-types-order/</a>
89
 
94
 
95
  == Change Log ==
96
 
97
+ = 1.9.8 =
98
+ - Readme file updates, typos fixes.
99
+ - WordPress 5.9 compatibility tag
100
+
101
  = 1.9.7 =
102
  - Remove Twitter button
103
  - Remove unused gif image