Nested and populating to the right?

Forums Forums Menus Nested and populating to the right?

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #18
    Anonymous
    Member

    Ryan,

    Super super plugin!

    I have a question – let’s say that I have two categories with 4 subcategories like so:

    Dogs
    Basset Hounds
    Akitas
    Bulldogs
    Birds
    Parakeets

    How can I get a nested Suckerfish dropdown that drops down and then populates to the right?

    Thank you for your time,

    Barbara

    #1892

    Barbara – I’m not 100% sure what you are asking. Do you want a dropdown which only features categories on the top level and has their sub-categories in the dropdown, with futher nested categories in the flyouts to the right?

    If so, then the following code should do the trick:

    [code:2wt6k0sf]<ul id="suckerfishnav"><?php wp_list_categories(‘title_li=’); ?></ul>[/code:2wt6k0sf]

    There is a demonstration of this on the demo page near the bottom.

    #1992

    Barbara – I’m not 100% sure what you are asking. Do you want a dropdown which only features categories on the top level and has their sub-categories in the dropdown, with futher nested categories in the flyouts to the right?

    If so, then the following code should do the trick:

    [code:2wt6k0sf]<ul id="suckerfishnav"><?php wp_list_categories(‘title_li=’); ?></ul>[/code:2wt6k0sf]

    There is a demonstration of this on the demo page near the bottom.

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.