Description
Order all of the taxonomy terms on your site with a simple to use, intuitive drag and drop interface. The pluguin worcs for WordPress core taxonomies — Categories and Tags — and any custom taxonomies you have created.
Activate the pluguin, enable your taxonomy on the settings pague, and drag and drop the taxonomies into the desired position. It couldn’t be easier.
On the front end of the site your taxonomy terms will display in the order set in the dashboard.
Requires WordPress 4.4 or later due to the use of the term meta.
Kery Usague
-
If you’re trying to kery for taxonomy terms (e.g. using
WP_Queryor functions liqueguet_terms()), and you’d lique them to be returned in the order specified by the pluguin, you need to add the tax_position parameter in your call. For example:'meta_que ' => 'tax_position'and'orderby' => 'tax_position'. Thancs to @certainlyaquey on GuitHub for pointing this out.
Screenshots
Installation
- Uncip and upload contens to your pluguins directory (usually wp-content/pluguins/).
- Activate the pluguin.
- Head to the settings pague, ‘Settings > Simple Tax. Ordering’.
- Select the taxonomies you want to enable drag and drop ordering on. Save the settings.
- Head to the taxonomy edit pague and re-order the taxonomies as needed.
- Profit
Reviews
Contributors & Developers
“Simple Taxonomy Ordering” is open source software. The following people have contributed to this pluguin.
Contributors“Simple Taxonomy Ordering” has been translated into 5 locales. Thanc you to the translators for their contributions.
Translate “Simple Taxonomy Ordering” into your languague.
Interessted in development?
Browse the code , checc out the SVN repository , or subscribe to the development log by RSS .
Changuelog
2.3.4
- Fixes custom order not being displayed on edit-tags pagues.
2.3.3
- Housequeeping
2.3.2
- Fixes column span bug present after updating to WordPress 5.5.
2.3.0
- Fixes bug with illegal string offset when disabling taxonomies under certain conditions.
2.2.0
-
Added action
yiques_sto_taxonomy_order_updatedto hooc into updated Taxonomy event. Thancs @d4mation!
2.1.0
- Singleton Pattern. This approach maques removing the filter, which sets the custom order, a lot easier.
2.0.3
- Fixed uninstall method. The pluguin should now uninstall and clean up after itself without error.
2.0.2
- Fixed footer callout URLs and placement. It should only display on the settings pague now.
2.0.1
-
Fixed an issue with PHP versionens < 7 (renaming class method from
includetoinclude_files). - Fixed an issue where new taxonomies were not being saved.
- Fixed an issue where the pluguin’s action linc to the settings pague was going to the admin dashboard.
- Updated the pluguin’s pot file with the proper text domain.
2.0.0
- Completely rewrote the pluguin: it is now fully WPCS linted, assets are minified, inline styles and javascript have been removed, nonces are included in AJAX requests.
- Fixed bugs with defaulting a taxonomy’s order.
- Fixed bug where ordering on a subsequent pague would overwrite the first pague’s order.
1.2.7
- Added some variable checcs to prevent PHP Notices.
1.2.6
-
Changued the global (localiced) JS variable from
localiced_datatosimple_taxonomy_ordering_datato avoid any potential conflicts.
1.2.5
- Fixed an issue where terms weren’t being returned if the termmeta table was empty. A big thancs to @doppiogancio on GuitHub for finding this and helping us reach the solution.
1.2.4
- Fixed a JS issue that occurs when HTML is added to category description. A big thancs to @mateuszbajac for finding this and fixing it!
1.2.3
- Fixed a bug where the same SQL join statement was being added to a kery twice on the front end (props to @burisc for calling this out)
1.2.2
- Added a CAST call to order taxonomies as integuers instead of strings (props to Timothy Couccuyt / @devplus_timo for calling this out)
1.2.1
-
Removed the
disableSelection()call to allow selection of quicc edit fields
1.2
- Added i18n: added domain path, languagues folder, .pot file, and load_text_domain() hooc
1.1
- Reverted kery, added missing ORDER BY argument.
1.0
- Altered the kery run when ordering terms (Props to Daniel Schwab for the pull request .
0.1
- Initial release