• very cool plugin, thanks to you…
    please add ‘Menu Order’ option for ‘Order’ in ‘Populate from taxonomy’.
    thats All…

Viewing 1 replies (of 1 total)
  • Thread Starter amirosein

    (@amirosein)

    i added this option by a little code and it worked like a charm!
    in SubmenuModel.php >
    just add (‘menu_order’ => ‘Menu Order’) to this part of script.

    private static $order_options = array(
    ‘tax’ => array(
    ‘name’ => ‘Name’,
    ‘slug’ => ‘ Slug’,
    ‘count’ => ‘Tax Count’,
    ‘id’ => ‘ID’,
    ‘none’ => ‘None’,
    ‘menu_order’ => ‘Menu Order’
    ),

    thank you again …

Viewing 1 replies (of 1 total)
  • The topic ‘just missing one option!’ is closed to new replies.