I ran into a situation where I needed multiple menus for sets of categories using the same taxonomy vocabulary set. I made a few minor changes to pass in the parent in the initial call, like so:

  print jump_quickly(3, 'taxo', 12);

In this case, my parent term has a tid = 12. If you do not include a parent ID, the menu appears as it would have without the additional variable.

CommentFileSizeAuthor
create_menu_by_parent.patch552 bytesbwoods

Comments

nicholas.alipaz’s picture

Version: 6.x-1.0 » 6.x-2.x-dev

This feature didn't get into 1.x. We are glad to accept a new patch against 2.x branch.

nicholas.alipaz’s picture

Status: Needs review » Needs work