MegaMenu sub-category levels

Posted in: Newspaper
Post count: 4

How do I change the MegaMenu so that is only shows sub-categories one level deep?

For instance, I want to display the parent category and its child categories, but NOT go a third level deep (as in, don’t show the “grand-child” categories, so to speak).

I want:
Leisure (Parent)
– Comedy (child)

I don’t want:
Leisure (parent)
– Comedy (child)
– – Stand-up (grand-child)

Post count: 6600

Hi,

Change this line: http://screencast.com/t/K3j5701Emipz
Replace the get_categories() function with this: get_categories('parent='.$category_id);

Thanks

Post count: 4

Worked. Thanks!

Post count: 1

Link http://screencast.com/t/K3j5701Emipz is error, please send me this guide again.
Thanks

Post count: 7909
Viewing 5 posts - 1 through 5 (of 5 total)
The forum ‘Newspaper’ is closed to new topics and replies.