Fix category display
Fixes #85 (closed)
Uses taxonomy_get_tree
to display all content linked to a taxonomy term and all of its children, instead of taxonomy_get_children
which only displayed level-1 children.
Edited by theo lem
You don't pay for Framagit, because it is funded by donations to Framasoft. Our not-for-profit needs any support you can afford: support.framasoft.org.
Framagit est gratuit car il est financé par les dons à Framasoft. Notre association a besoin de votre soutien sur soutenir.framasoft.org.
Fixes #85 (closed)
Uses taxonomy_get_tree
to display all content linked to a taxonomy term and all of its children, instead of taxonomy_get_children
which only displayed level-1 children.