[mla_term_list] menu_order support?
-
Have the following tree widget:
[mla_term_list taxonomy=attachment_category]
Have an issue with the att. categories not being sorted the way I want, and the available fields (ID, name, etc.) in theorderby
param are not capturing the order desired.Have briefly looked into some of the taxonomy sorters plugins over here in WP, like “Simple Taxonomy Ordering” but they aren’t compatible with the mla_term_list in the frontend. With the power of MLA, still feel there should be a better “MLA way” than installing yet another specialized plugin.
Summarizing, how to enable a
menu_order
kind of column to att. categories in general and mla_term_list in particular? Have also tried$attr['orderby'] = 'menu_order';
in themla_term_list_attributes
filter, but get an SQL error.Thanks, David!
- The topic ‘[mla_term_list] menu_order support?’ is closed to new replies.