Sub-categories as dropdown?

Forums Forums Menus Sub-categories as dropdown?

Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #14
    Anonymous
    Member

    Nice plugin, I will surely try it…is possible to display only categories with sub-categories as drop down?

    Thanks

    #1874

    Yes that is possible. It’s not one of the default functions, but it’s quite easy to do. I am busy right now, but I’ll leave a comment later on tonight with instructions on how to do it and will include this functionality in the next version for you.

    #1974

    Yes that is possible. It’s not one of the default functions, but it’s quite easy to do. I am busy right now, but I’ll leave a comment later on tonight with instructions on how to do it and will include this functionality in the next version for you.

    #1875

    Istvan, to add a list of categories with your sub-categories in a dropdown, use the following code:

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

    There’s now a demo of this on the demo page[/code:14chu8w4]

    #1975

    Istvan, to add a list of categories with your sub-categories in a dropdown, use the following code:

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

    There’s now a demo of this on the demo page[/code:14chu8w4]

    #1876
    Anonymous
    Member

    Thanks for the fast reply, I will try it on my local installation.

    #1976
    Anonymous
    Member

    Thanks for the fast reply, I will try it on my local installation.

    #1877
    Anonymous
    Member

    I have another question…is possible to have the drop down menu not in fixed width but relative to the word?

    For example: “About meâ€

    #1977
    Anonymous
    Member

    I have another question…is possible to have the drop down menu not in fixed width but relative to the word?

    For example: “About meâ€

    #1878

    Sorry, but I don’t understand your question.

    #1978

    Sorry, but I don’t understand your question.

    #1879
    Anonymous
    Member

    As I posted some months ago I was testing your plugin and now is live here: http://www.videocalcio.net

    Thanks for this plugin!

    P.S.: I would like to suggest you for your next releases the possibility to add a sort of separator between categories/sub-categories.

    #1979
    Anonymous
    Member

    As I posted some months ago I was testing your plugin and now is live here: http://www.videocalcio.net

    Thanks for this plugin!

    P.S.: I would like to suggest you for your next releases the possibility to add a sort of separator between categories/sub-categories.

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