{"id":11546,"date":"2010-12-17T08:01:59","date_gmt":"2010-12-17T08:01:59","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/term-menu-order\/"},"modified":"2012-07-04T22:24:07","modified_gmt":"2012-07-04T22:24:07","slug":"term-menu-order","status":"publish","type":"plugin","link":"https:\/\/pcd.wordpress.org\/plugins\/term-menu-order\/","author":13384110,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_crdt_document":"","version":"0.4","stable_tag":"0.4","tested":"3.4.2","requires":"3.0.1","requires_php":"","requires_plugins":"","header_name":"Term Menu Order","header_author":"James Lafferty","header_description":"","assets_banners_color":"f0f0f0","last_updated":"2012-07-04 22:24:07","external_support_url":"","external_repository_url":"","donate_link":"https:\/\/www.paypal.com\/cgi-bin\/webscr?cmd=_s-xclick&hosted_button_id=JSL4JTA4KMZLG","header_plugin_uri":"https:\/\/github.com\/kalchas","header_author_uri":"https:\/\/github.com\/kalchas","rating":5,"author_block_rating":0,"active_installs":400,"downloads":27230,"num_ratings":3,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","changelog"],"tags":[],"upgrade_notice":{"0.3.1":"<ul>\n<li>Re-integrates French language support.<\/li>\n<li>Adds Spanish language support.<\/li>\n<\/ul>","0.3":"<ul>\n<li>Update to make menu_order work again<\/li>\n<li>Removed script that was breaking quick edit.<\/li>\n<li>Added term_menu_order_taxonomies to apply fix to specific taxonomies only.<\/li>\n<\/ul>","0.2":"<ul>\n<li>Adds French language support.<\/li>\n<\/ul>","0.1.3":"<ul>\n<li>Bug fix for autoloader error. Error is of the form &quot;Fatal error: Uncaught exception &#039;LogicException&#039; with message...&quot;.<\/li>\n<\/ul>","0.1.2":"<ul>\n<li>Bug fix for custom taxonomies added in the theme.<\/li>\n<\/ul>","0.1":"<ul>\n<li>First release.<\/li>\n<\/ul>"},"ratings":{"1":0,"2":0,"3":0,"4":0,"5":"3"},"assets_icons":[],"assets_banners":{"banner-772x250.jpg":{"filename":"banner-772x250.jpg","revision":"479895","resolution":"772x250","location":"assets"}},"assets_blueprints":{},"all_blocks":[],"tagged_versions":["0.1","0.1.2","0.1.3","0.2","0.3","0.4","3.1.2"],"block_files":[],"assets_screenshots":{"screenshot-2.png":{"filename":"screenshot-2.png","revision":"1573779","resolution":"2","location":"plugin"},"screenshot-1.png":{"filename":"screenshot-1.png","revision":"1573779","resolution":"1","location":"plugin"},"screenshot-3.png":{"filename":"screenshot-3.png","revision":"1573779","resolution":"3","location":"plugin"}},"screenshots":{"1":"'menu_order' available in Quick Edit.","2":"'menu_order' available when adding a new term.","3":"'menu_order' available when editing a term."},"jetpack_post_was_ever_published":false},"plugin_section":[],"plugin_tags":[2275,3944,940,91,1901],"plugin_category":[57],"plugin_contributors":[78145,78669],"plugin_business_model":[],"class_list":["post-11546","plugin","type-plugin","status-publish","hentry","plugin_tags-developer","plugin_tags-menu-order","plugin_tags-taxonomies","plugin_tags-taxonomy","plugin_tags-terms","plugin_category-taxonomy","plugin_contributors-billerickson","plugin_contributors-jameslafferty","plugin_committers-yoast"],"banners":{"banner":"https:\/\/ps.w.org\/term-menu-order\/assets\/banner-772x250.jpg?rev=479895","banner_2x":false,"banner_rtl":false,"banner_2x_rtl":false},"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/term-menu-order_f0f0f0.svg","icon_2x":false,"generated":true},"screenshots":[{"src":"https:\/\/ps.w.org\/term-menu-order\/trunk\/screenshot-1.png?rev=1573779","caption":"'menu_order' available in Quick Edit."},{"src":"https:\/\/ps.w.org\/term-menu-order\/trunk\/screenshot-2.png?rev=1573779","caption":"'menu_order' available when adding a new term."},{"src":"https:\/\/ps.w.org\/term-menu-order\/trunk\/screenshot-3.png?rev=1573779","caption":"'menu_order' available when editing a term."}],"raw_content":"<!--section=description-->\n<p>This plugin is intended as an aid to theme and plugin developers.<\/p>\n\n<p>The purpose of the plugin is to allow arbitrary sorting of terms, similar to pages. This allows queries that\nfetch terms to use 'menu_order' as a sort order. Here's an example:<\/p>\n\n<pre><code>$terms = get_terms('category', array( 'orderby' =&gt; 'menu_order' ) );\n<\/code><\/pre>\n\n<p><a href=\"https:\/\/github.com\/billerickson\/Term-Menu-Order\/wiki\">Documentation<\/a> | <a href=\"https:\/\/github.com\/billerickson\/Term-Menu-Order\/issues\">Support Forum<\/a><\/p>\n\n<h3>Internationalization (i18n)<\/h3>\n\n<p>This plugin has been translated into the languages listed below:<\/p>\n\n<ul>\n<li>es_ES - Spanish. Thank you to Ivan Vasquez for contributing!<\/li>\n<li>fr_FR - French. Thank you to Frederick Marcoux for contributing!<\/li>\n<\/ul>\n\n<p>If you're interested in doing a translation into your language, please let me know.<\/p>\n\n<!--section=installation-->\n<ol>\n<li>Upload the term-menu-order to \/wp-content\/plugins\/.<\/li>\n<li>Activate the plugin through the \"Plugins\" menu in WordPress.<\/li>\n<li>You will now be able to set an 'Order' field for categories, tags and custom taxonomy terms.<\/li>\n<\/ol>\n\n<!--section=changelog-->\n<h4>0.4.0<\/h4>\n\n<ul>\n<li>Only delete data when plugin is deleted, not on deactivation<\/li>\n<li>Other minor bug fixes based on messages in support forum<\/li>\n<\/ul>\n\n<h4>0.3.1<\/h4>\n\n<ul>\n<li>Re-added French language support.<\/li>\n<li>Added Spanish language support. Thank you to Ivan Vasquez for this contribution!<\/li>\n<\/ul>\n\n<h4>0.3<\/h4>\n\n<ul>\n<li>Updated plugin to make menu_order work (broke in WordPress 3.2).<\/li>\n<li>Removed script that was breaking quick edit<\/li>\n<li>Added 'term_menu_order_taxonomies' filter to let you specify which taxonomies it applies to.<\/li>\n<\/ul>\n\n<h4>0.2<\/h4>\n\n<ul>\n<li>Added French language support. Thank you to Frederick Marcoux for this contribution!<\/li>\n<\/ul>\n\n<h4>0.1.3<\/h4>\n\n<ul>\n<li>Updated autoloader to include try... catch block for handling autoload exceptions.<\/li>\n<\/ul>\n\n<h4>0.1.2<\/h4>\n\n<ul>\n<li>Attached plugin init to 'init' action hook instead of 'after_theme_setup' to catch custom taxonomies added by theme.<\/li>\n<\/ul>\n\n<h4>0.1<\/h4>\n\n<ul>\n<li>First release.<\/li>\n<\/ul>","raw_excerpt":"Creates a &#039;menu_order&#039; column to specify term order, allowing theme and plugin developers to sort term by menu order.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/11546","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=11546"}],"author":[{"embeddable":true,"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/yoast"}],"wp:attachment":[{"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=11546"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=11546"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=11546"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=11546"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=11546"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/pcd.wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=11546"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}