Community & Support

Sort items under taxonomy term by weight

Hi, is it possible to list nodes listed under taxonomy term by weight, like menu weight?

Comments

Using Views it shouldn't be a

Using Views it shouldn't be a problem.
http://drupal.org/project/views

It is not possible with views

It is not possible with views because views cannot sort nodes by menu weight. If someone is facing the same problem here are few solutions:
http://drupal.org/project/weight
http://drupal.org/project/nodeorder
http://drupal.org/node/313140

Nice, thanks for sharing.

Nice, thanks for sharing.