Hey guys
I am using drupal 6 and views module.
I have created taxonomies in the following way
-Men (Taxonomy Id = 1)
--Jeans (Taxonomy Id = 2)
--Shirts (Taxonomy Id = 3)
--Shoes (Taxonomy Id = 4)
-Women (Taxonomy Id = 5)
--Jewellery (Taxonomy Id = 6)
--Beauty Products (Taxonomy Id = 7)
-Accessories (Taxonomy Id = 8)
--Belt (Taxonomy Id = 9)
--Others (Taxonomy Id = 10)
---Hairband (Taxonomy Id = 11)
---HeadBand (Taxonomy Id = 12)
Now i want to create a view using arguments in such a way that i create a page and pass in the taxonomy id of the parent taxonomy
and i get list of children taxonomies on that page.
Ex mydomain.com/parentTaxonomy/1
Results in list of taxonomies 2,3,4
similarly if i add mydomain.com/parentTaxonomy/10
this should result in list of taxonomies 11 and 12
Thanks in advance
Read »








