I tried it and I realized that you can order the categories like elements not like a part of a tree. Caterories conform a tree and I would like sort the root of a brach. For example:
Natural order:
Country
-State
–City
Company
-Departement
–Position
Desrired order
Company
-Departement
–Position
Country
-State
–City
Is posible get that only sorting contry and company?.
And another question: Do you know any function to list the categories that belong a post in separates lines one for each wich the post belong?
Following with the previous example the traditional way to list the categories that blongs a post is:
Company,Departement,Position,Country,State,City
and I would like this:
Company,departement,Position.
Country,State,city.
Thanks in advance!!
Juan (from Spain)