I need to know if there“s some way to make the_category() show a category tree in descending order like this:
parent category > child category > child child category
As it is, it works like this
child child category > child category > parent category
Is it possible to do?