Drupal 6: customize taxonomy lists sort order with views
Thu, 2011-07-21 13:00 | SergeChel
Drupal 6 taxonomy lists have a strict sort order: by "sticky" and by creation date. This sort order is hardcoded within the taxonomy core module and hardly can be changed by custom themes or modules. BUT we got VIEWS!
Let's see how to sort node teasers by title:
- Go Administer -> Site building -> Views, find taxonomy_term view, enable it, click edit link
- select Defaults tab