Issue with the tree order

in Download Manager Free

Viewing 4 posts - 1 through 4 (of 4 total)
Jan 16, 2021 at 8:28 am
#144641
Participant
val seban
OP

I,
I am using this plugin WP Download manager and I need to show a category tree with an alpha order ASC (the categories names)
I have enclosed the short code [wpdm_tree category=”exploitation” order_by=”field_name” order=”ASC”] but the order is not good.
I also tried this [wpdm_tree category=”vente” “cat_orderby=name order=”asc”] but the issue is the same.
Could you help me?
Thanks!

Jan 16, 2021 at 11:15 am
#144657
Moderator
Nayeem Riddhi
Staff

Can you please try order_by ="title" or orderby="title", it should work then with any of them, please let me know then if it helps you

thanks

Jan 17, 2021 at 8:21 am
#144686
Participant
val seban
OP

Hi,
I have tried but it does not work like this:
[wpdm_tree category=”vente” orderby=”title” order=”asc”]
or [wpdm_tree category=”vente” order_by=”title” order=”asc”]

I have tried to order by name, category name, slug but I cannot have the alpha order from A to Z.
Clearly the order is from Z to A….
Something is going wrong…

Jan 17, 2021 at 4:03 pm
#144705
Moderator
Nayeem Riddhi
Staff

Please use for categories cat_orderby(‘name’, ‘slug’, ‘term_group’, ‘term_id’, ‘id’, ‘description’, ‘parent’) and cat_order ( asc, desc), then let me know if it works for you

thanks

Viewing 4 posts - 1 through 4 (of 4 total)

The topic "Issue with the tree order" is closed to new replies.