• I have manually sorted product categories that I wanted JC Submenu to use. The plugin doesn’t support this as-is but I found where in the plugin to edit to add the option. In SubmenuModel.php find line 22

    private static $order_options = array(
    	'tax' => array(

    ADD
    'menu_order' => 'Menu Order',

    And now you’ll have menu order as an option to order taxonomies.

    Now this is editing the code of the plugin which, should an update be released, will overwrite your edit. But sadly this plugin may not be receiving any updates again or if it does maybe the author will add this little fix!

  • The topic ‘A fix for manually sorted categories display’ is closed to new replies.