Category Order and Taxonomy Terms Order - Version 1.6

Version Description

  • Readme file updates, typos fixes.
    • Compatibility tag update for WordPress 5.9.1
Download this release

Release Info

Developer nsp-code
Plugin Icon 128x128 Category Order and Taxonomy Terms Order
Version 1.6
Comparing to
See all releases

Code changes from version 1.5.9 to 1.6

Files changed (3) hide show
  1. include/functions.php +3 -3
  2. readme.txt +12 -7
  3. taxonomy-terms-order.php +1 -1
include/functions.php CHANGED
@@ -52,9 +52,9 @@
52
  ?>
53
  <div id="cpt_info_box">
54
  <p><?php _e( "Did you find this plugin useful? Please support our work with a donation or write an article about this plugin in your blog with a link to our site", 'taxonomy-terms-order' ) ?> <strong>https://www.nsp-code.com/</strong></p>
55
- <h4><?php _e( "Did you know there is available an advanced version of this plug-in?", 'taxonomy-terms-order' ) ?> <a target="_blank" href="https://www.nsp-code.com/premium-plugins/wordpress-plugins/advanced-taxonomy-terms-order/"><?php _e( "Read more", 'taxonomy-terms-order' ) ?></a></h4>
56
- <p><?php _e('Check our', 'taxonomy-terms-order') ?> <a target="_blank" href="https://wordpress.org/plugins/post-terms-order/">Post Terms Order</a> <?php _e('plugin which allow to custom sort categories and custom taxonomies terms per post basis', 'taxonomy-terms-order') ?> </p>
57
- <p><?php _e( "Check our", 'taxonomy-terms-order' ) ?> <a target="_blank" href="https://wordpress.org/plugins/post-types-order/">Post Types Order</a> <?php _e( "plugin which allow to custom sort all posts, pages, custom post types", 'taxonomy-terms-order' ) ?> </p>
58
 
59
  <div class="clear"></div>
60
  </div>
52
  ?>
53
  <div id="cpt_info_box">
54
  <p><?php _e( "Did you find this plugin useful? Please support our work with a donation or write an article about this plugin in your blog with a link to our site", 'taxonomy-terms-order' ) ?> <strong>https://www.nsp-code.com/</strong></p>
55
+ <h4><?php _e( "Did you know there is an Advanced Version of this plug-in?", 'taxonomy-terms-order' ) ?> <a target="_blank" href="https://www.nsp-code.com/premium-plugins/wordpress-plugins/advanced-taxonomy-terms-order/"><?php _e( "Read more", 'taxonomy-terms-order' ) ?></a></h4>
56
+ <p><?php _e( "Check our", 'taxonomy-terms-order' ) ?> <a target="_blank" href="https://wordpress.org/plugins/post-types-order/">Post Types Order</a> <?php _e( "plugin which allows to custom sort all posts, pages, custom post types", 'taxonomy-terms-order' ) ?> </p>
57
+ <p><?php _e('Check our', 'taxonomy-terms-order') ?> <a target="_blank" href="https://wordpress.org/plugins/post-terms-order/">Post Terms Order</a> <?php _e('plugin which allows to custom sort categories and custom taxonomies terms per post basis', 'taxonomy-terms-order') ?> </p>
58
 
59
  <div class="clear"></div>
60
  </div>
readme.txt CHANGED
@@ -3,14 +3,14 @@ Contributors: nsp-code
3
  Donate link: http://www.nsp-code.com/donate.php
4
  Tags: category order,terms order, taxonomy order, admin order, categories sort, order category
5
  Requires at least: 2.8
6
- Tested up to: 5.8.2
7
- Stable tag: 1.5.9
8
 
9
- Order Categories and all custom taxonomies terms (hierarchically) and child terms using a Drag and Drop Sortable javascript capability.
10
 
11
  == Description ==
12
 
13
- Order Categories and all custom taxonomies terms (hierarchically) using a Drag and Drop Sortable javascript capability. <strong>No Theme update is required</strong> the code will change the query on the fly.
14
  If multiple taxonomies are created for a custom post type, a menu will allow to chose the one need to be sorted. If child categories (terms) are defined, those can be ordered too using the same interface.
15
  <br />Also you can have the admin terms interface sorted per your new sort.
16
  <br />This plugin is developed by <a target="_blank" href="http://www.nsp-code.com">Nsp-Code</a>
@@ -33,9 +33,10 @@ If multiple taxonomies are created for a custom post type, a menu will allow to
33
 
34
  Feel free to contact me at electronice_delphi@yahoo.com
35
 
36
- = I have no PHP knowledge at all, i will still be able to use this plugin? =
37
 
38
- Yes, this is the right tool for you. The plugin comes with a unique feature to update the queries on the fly and return the terms in the required order without changing any line of code. Or as an alternative you can do that manually.
 
39
 
40
  = I prefer to apply the sort through code, how can be done? =
41
 
@@ -43,7 +44,7 @@ Include a 'orderby' => 'term_order' within your get_terms() arguments.
43
 
44
  = What taxonomies will allow me to sort? =
45
 
46
- You can sort ALL taxonomies, including the default Categories.
47
 
48
  = Is there any way i can get my admin interface to use the custom terms order? =
49
 
@@ -59,6 +60,10 @@ Consider upgrading to our advanced version of this plugin at a very resonable pr
59
 
60
  == Change Log ==
61
 
 
 
 
 
62
  = 1.5.9 =
63
  - Remove Twitter button
64
  - Compatibility tag update for WordPress 5.8.2
3
  Donate link: http://www.nsp-code.com/donate.php
4
  Tags: category order,terms order, taxonomy order, admin order, categories sort, order category
5
  Requires at least: 2.8
6
+ Tested up to: 5.9.1
7
+ Stable tag: 1.6
8
 
9
+ Order Categories and all custom taxonomies terms (hierarchically) using a Drag and Drop Sortable JavaScript capability.
10
 
11
  == Description ==
12
 
13
+ Order Categories and all custom taxonomies terms (hierarchically) using a Drag and Drop Sortable javascript capability. <strong>No Theme/plugins update is required</strong> the code apply the customised sorting to the front queries on the fly.
14
  If multiple taxonomies are created for a custom post type, a menu will allow to chose the one need to be sorted. If child categories (terms) are defined, those can be ordered too using the same interface.
15
  <br />Also you can have the admin terms interface sorted per your new sort.
16
  <br />This plugin is developed by <a target="_blank" href="http://www.nsp-code.com">Nsp-Code</a>
33
 
34
  Feel free to contact me at electronice_delphi@yahoo.com
35
 
36
+ = Since I have no PHP knowledge at all, is this plugin for me? =
37
 
38
+ Absolutely, you can!
39
+ 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.
40
 
41
  = I prefer to apply the sort through code, how can be done? =
42
 
44
 
45
  = What taxonomies will allow me to sort? =
46
 
47
+ You can sort ALL taxonomies ( hierarhically active ), including the default Categories.
48
 
49
  = Is there any way i can get my admin interface to use the custom terms order? =
50
 
60
 
61
  == Change Log ==
62
 
63
+ = 1.6 =
64
+ - Readme file updates, typos fixes.
65
+ - Compatibility tag update for WordPress 5.9.1
66
+
67
  = 1.5.9 =
68
  - Remove Twitter button
69
  - Compatibility tag update for WordPress 5.8.2
taxonomy-terms-order.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Category Order and Taxonomy Terms Order
4
  Plugin URI: http://www.nsp-code.com
5
  Description: Order Categories and all custom taxonomies terms (hierarchically) and child terms using a Drag and Drop Sortable javascript capability.
6
- Version: 1.5.9
7
  Author: Nsp-Code
8
  Author URI: https://www.nsp-code.com
9
  Author Email: electronice_delphi@yahoo.com
3
  Plugin Name: Category Order and Taxonomy Terms Order
4
  Plugin URI: http://www.nsp-code.com
5
  Description: Order Categories and all custom taxonomies terms (hierarchically) and child terms using a Drag and Drop Sortable javascript capability.
6
+ Version: 1.6
7
  Author: Nsp-Code
8
  Author URI: https://www.nsp-code.com
9
  Author Email: electronice_delphi@yahoo.com