Quantcast
Channel: WordPress.org Forums » All Posts
Viewing all articles
Browse latest Browse all 119868

mrose17 on "[Plugin: Category Order] Broken category order plugin"

$
0
0

[ Moderator Note: Please post code or markup snippets between backticks or use the code button. Or better still - use the pastebin ]

true. the original poster got a corrupted .zip file. i downloaded the .zip and it extracted fine.

with respect to "the plugin works fine", you're right: the key change to make is this:

function wpguy_category_order_menu(){
                if (function_exists('add_submenu_page')) {
-                       add_submenu_page("edit.php", 'Category Order', 'Category
 Order', 4, "wpguy_category_order_options", 'wpguy_category_order_options');
+                       add_submenu_page("edit.php", 'Category Order', 'Category
 Order', 'manage_categories', "wpguy_category_order_options", 'wpguy_category_or
der_options');
                }
-       }

if you want the plugin to work with categories for things other than posts, then there is a little more work to do...


Viewing all articles
Browse latest Browse all 119868

Trending Articles