By pluess on
Hi
I'd like to have a list of teasers for all submenu items of a menu.
Let's say I've the following menu structure:
- AAA
- aaa
- bbb
- ccc
If the user clicks on AAA he should get the title and teasers of aaa, bbb, ccc.
Any ideas? I tried already with the views module. This works if I add a taxonomy term to aaa, bbb, ccc which isn't really nice.
Is it possible to have a view filter which filters up on the menu entry? Any other solution is of course welcome as well.
Best Regards
Ernst
Comments
If you are using
If you are using taxonomy_menu, this can be realised by enabling 'display decendants' in Administer >> settings >> taxonomy_menu.
Alternatives?
I'm bumping this.
If I have a menu that's not built with taxonomy, how do I get a list of teasers for all the submenu items?
I realize I could use taxomony and views but then it would become hard to sync the order of the teasers up with the menu.