brndnmeade123
Member
Posted 1 year ago #
Hi there
I am using the my-order-categoty plugin Here
Unfortunatly it does not allow the odering to extend to the frontend of the site. the plugin works at an adminstrative level but there is no modifications to the menu order.
I am just wondering if anyone has a solution for this, a hack or even a plugin update??
thanks for your time.
brndn
Hi
If you read the install instructions for that plugin carefully, you will see that you need to modify the PHP code in your theme's sidebar.php file to activate the plugin
http://wordpress.org/extend/plugins/my-category-order/installation/
5) If you aren't using widgets, modify sidebar template to use correct orderby value: wplistcategories('orderby=order&title_li=');
more than likely this is your problem
The code gets read out of the readme.txt incorrectly so the template code should be
wp_list_categories('orderby=order&title_li=');