Menu order bug
-
Hi
Thanks for the plugin.There appears to be a bug that prevents the Item Order options from working – taxonomy items are always shown in the same order in the menu, no matter which order is chosen in the settings.
The problem appears to be that DynTaxMI_Plugin_DynTaxMI::get_taxonomy_defaults() sets a default value of ‘ordering’ which overwrites the ‘order’ and ‘orderby’ that are subsequently read from the options.
I fixed it by commenting out this line in that function:
'ordering' => 'topic_count-desc',
- The topic ‘Menu order bug’ is closed to new replies.