Hey @junaidbhura
I have tried it but my problem still exists. Let me show you an example:
//menu structure
Fruits (level 1)
|— Apple (level 2)
|— Fuji (level 3)
|— Jonagold (level 3)
|— Rome (level 3)
|— Orange (level 2)
|— Blood Orange (level 3)
|— Banana (level 2)
|— Cavendish Banana (level 3)
|— Red Banana (level 3)
Vegetables (level 1)
And what I want is to be able to print level 3 (Fuji, Jonagold, Rome, Blood Orange, Cavendish Banana and Red Banana). And the problem is that it works for level 2 (Apple, Orange, Banana) but does not for level 3.
child_of
could be an option, but with the help of with that, I cannot print both Apple’s subitems, Orange’s subitems and Banana’s subitems.
Do you have any idea how to solve it?
-
This reply was modified 4 years, 1 month ago by vilmosheim.