{"id":46048,"date":"2008-03-30T22:18:46","date_gmt":"2008-03-30T22:18:46","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/my-category-order\/"},"modified":"2016-11-04T07:33:41","modified_gmt":"2016-11-04T07:33:41","slug":"my-category-order","status":"closed","type":"plugin","link":"https:\/\/wordpress.org\/plugins\/my-category-order\/","author":53959,"comment_status":"closed","ping_status":"closed","template":"","meta":{"version":"4.4.2","stable_tag":"4.4.2","tested":"4.4.34","requires":"2.8","requires_php":"","requires_plugins":"","header_name":"My Category Order","header_author":"Andrew Charlton","header_description":"","assets_banners_color":"","last_updated":"2017-11-28 06:44:09","external_support_url":"","external_repository_url":"","donate_link":"http:\/\/geekyweekly.com\/gifts-and-donations","header_plugin_uri":"http:\/\/www.geekyweekly.com\/mycategoryorder","header_author_uri":"http:\/\/www.geekyweekly.com","rating":4.3,"author_block_rating":0,"active_installs":10000,"downloads":485879,"num_ratings":0,"support_threads":0,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","faq","changelog"],"tags":[],"upgrade_notice":[],"ratings":{"1":"1","2":0,"3":0,"4":0,"5":"5"},"assets_icons":[],"assets_banners":[],"assets_blueprints":{},"all_blocks":[],"tagged_versions":["2.5","2.5.1","2.6.1","2.6.1a","2.7","2.7.1","2.8","2.8.3","2.8.6","2.8.7","3.0.1","3.3.1","3.3.2","4.3","4.4.2"],"block_files":[],"assets_screenshots":[],"screenshots":[]},"plugin_section":[],"plugin_tags":[610,89,1896,168,162],"plugin_category":[43,57],"plugin_contributors":[78033],"plugin_business_model":[],"class_list":["post-46048","plugin","type-plugin","status-closed","hentry","plugin_tags-categories","plugin_tags-category","plugin_tags-order","plugin_tags-sidebar","plugin_tags-widget","plugin_category-customization","plugin_category-taxonomy","plugin_contributors-froman118","plugin_committers-froman118"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/my-category-order.svg","icon_2x":false,"generated":true},"screenshots":[],"raw_content":"<!--section=description-->\n<p><a href=\"http:\/\/geekyweekly.com\/mycategoryorder\">My Category Order<\/a> allows you to set the order in which categories will appear in the sidebar. Uses a drag \nand drop interface for ordering. Adds a widget with additional options for easy installation on widgetized themes.<\/p>\n\n<h4>Big Update!<\/h4>\n\n<p>My Category Order has been out since WP 1.5 or 2.0 (2006) and it's been a struggle to keep it working smoothly. The taxonomy.php hack was hideous and a filter finally got added that let me avoid this. No more visiting the My Category Order page after every single Wordpress update!<\/p>\n\n<p>As of version 2.8.6 of the plugin I'm breaking backwards compatibility to add new features like a multiple widget instances. Keep using version <a href=\"http:\/\/downloads.wordpress.org\/plugin\/my-category-order.2.8.3.zip\">2.8.3<\/a> if you are not on WP 2.8 yet.<\/p>\n\n<!--section=installation-->\n<ol>\n<li>Install and activate the plugin<\/li>\n<li>Go to the \"My Category Order\" tab under Posts and specify your desired order for post categories<\/li>\n<li>If you are using widgets then replace the standard \"Category\" widget with the \"My Category Order\" widget. That's it.<\/li>\n<li>If you aren't using widgets, modify sidebar template to use correct orderby value:\n    wp_list_categories('orderby=order&amp;title_li=');<\/li>\n<\/ol>\n\n<!--section=faq-->\n<dl>\n<dt>Installation Instructions<\/dt>\n<dd><ol>\n<li>Install and activate the plugin<\/li>\n<li>Go to the \"My Category Order\" tab under Posts and specify your desired order for post categories<\/li>\n<li>If you are using widgets then replace the standard \"Category\" widget with the \"My Category Order\" widget. That's it.<\/li>\n<li>If you aren't using widgets, modify sidebar template to use correct orderby value:\n    wp_list_categories('orderby=order&amp;title_li=');<\/li>\n<\/ol><\/dd>\n<dt>Why isn't the order changing on my site?<\/dt>\n<dd><p>The change isn't automatic. You need to modify your theme or widgets.<\/p><\/dd>\n<dt>Like the plugin?<\/dt>\n<dd><p>If you like the plugin, consider showing your appreciation by saying thank you or making a <a href=\"http:\/\/geekyweekly.com\/gifts-and-donations\">small donation<\/a>.<\/p><\/dd>\n\n<\/dl>\n\n<!--section=changelog-->\n<h4>4.4.2<\/h4>\n\n<ul>\n<li>Permission check and security improvement.<\/li>\n<\/ul>\n\n<h4>4.3<\/h4>\n\n<ul>\n<li>PHP7 constructor update<\/li>\n<li>Testing after long hiatus, still works!<\/li>\n<\/ul>\n\n<h4>3.3.1<\/h4>\n\n<ul>\n<li>Added Danish translation<\/li>\n<\/ul>\n\n<h4>3.0.1<\/h4>\n\n<ul>\n<li>Added support for multiple Category dropdowns on the page, previously only the first one worked<\/li>\n<li>Updated drag and drop to include a placeholder, makes it much easier to see where items will move<\/li>\n<li>Updated styles to fit in with Wordpress better<\/li>\n<li>Updated page code to use regular submit buttons, less reliance on Javascript and query strings<\/li>\n<li>Added Ukranian translation, thanks Jurko<\/li>\n<\/ul>\n\n<h4>2.8.7<\/h4>\n\n<ul>\n<li>Widget and translation bug fixes<\/li>\n<li>Added Portuguese translation, thanks Tiago<\/li>\n<\/ul>\n\n<h4>2.8.6<\/h4>\n\n<ul>\n<li>Significant backend changes, only compatible with 2.8 and above<\/li>\n<li>Transitioned to new Widget API, breaking backwards compatibility in the process<\/li>\n<li>Multiple widgets are now supported<\/li>\n<li>Widget options will have to repopulated<\/li>\n<li>Added more complete widget options, should be able to do just about everything you can in code<\/li>\n<li>Removed taxonomy.php hack, hooking into \"get_terms_orderby\" filter for category ordering now, no more visiting page after each Wordpress update<\/li>\n<li>The PO file has changed and translations will need to be updated<\/li>\n<\/ul>\n\n<h4>2.8.3<\/h4>\n\n<ul>\n<li>Trying to fix Javascript onload issues. Settled on using the addLoadEvent function built into Wordpress. If the sorting does not initialize then you have a plugin that is incorrectly overriding the window.onload event. There is nothing I can do to help. <\/li>\n<\/ul>\n\n<h4>2.8.1<\/h4>\n\n<ul>\n<li>Added Czech translation (Jan)<\/li>\n<\/ul>\n\n<h4>2.8<\/h4>\n\n<ul>\n<li>Updated for 2.8 compatibility<\/li>\n<\/ul>\n\n<h4>2.7.1<\/h4>\n\n<ul>\n<li>If your categories don't show up for ordering your DB user account must have ALTER permissions, the plugin adds columns to store the order<\/li>\n<li>Added a call to $wpdb-&gt;show_errors(); to help debug any issues<\/li>\n<li>Translations added and thanks: Spanish (Karin), German (Wolfgang and Mike), Swedish (Mans), Italian (Stefano)<\/li>\n<\/ul>\n\n<h4>2.7<\/h4>\n\n<ul>\n<li>Updated for 2.7, now under the the new Pages menu<\/li>\n<li>Moved to jQuery for drag and drop<\/li>\n<li>Removed finicky AJAX submission<\/li>\n<li>Translations added and thanks: Russian (Flector and Pink), Dutch (Anja), Polish (Zbigniew)<\/li>\n<li>Keep those translations coming<\/li>\n<\/ul>\n\n<h4>2.6.1a<\/h4>\n\n<ul>\n<li>The plugin has been modified to be fully translated<\/li>\n<li>The plugin patch no correctly patches taxonomy.php<\/li>\n<li>New translation added : French, by Brahim Machkouri (http:\/\/www.category-icons.com)<\/li>\n<li>The widget has now a description<\/li>\n<\/ul>\n\n<h4>2.6.1<\/h4>\n\n<ul>\n<li>Finally no more taxonomy.php overwriting, well kind of. After you upgrade Wordpress visit the My Category Order page and it will perform the edit automatically.<\/li>\n<li>Thanks to Submarine at http:\/\/www.category-icons.com for the code.<\/li>\n<li>Also added string localization, email me if you are interested in translating.<\/li>\n<\/ul>","raw_excerpt":"My Category Order allows you to set the order in which categories will appear in the sidebar.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/46048","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=46048"}],"author":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/froman118"}],"wp:attachment":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=46048"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=46048"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=46048"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=46048"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=46048"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=46048"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}