Listing children in parent taxonomy

tanyi - December 24, 2008 - 08:33

How can I list the children of a parent taxonomy term by using the taxonomy id?

Have you tried?

gforce301 - December 24, 2008 - 08:42

This function? taxonomy_get_children

While you are there spend some time in the API it is worth getting to know.

Use an URL like

cog.rusty - December 24, 2008 - 11:32

Use an URL like /taxonomy/term/35/all

"all" is the depth. It could be a number.

There is a module which makes "all" the default behavior (http://drupal.org/project/taxonomy_forceall) but it doesn't have an Drupal 6 version.

Or, use the views module to generate your custom taxonomy lists.

 
 

Drupal is a registered trademark of Dries Buytaert.