Tagged Questions
2
votes
1answer
282 views
Order posts by (hierarchical custom) taxonomy terms and term children
The scenario
a custom post type wiki
a (hierarchical) custom taxonomy topics
a page template archive-wiki.php
The situation
Posts show up and get ordered by post_date (which is the default).
The ...