Widget custom menu with dropdown list links

  • Anonymous

    #2007

    How can I use the custom menu widget with a dropdown list with links to the pages like the “Categories” widget? Or is that possible?

    Anonymous

    #18162

    I don’t think there is currently a feature which will allow you to display pages as a dropdown list.

    Mod

    Kenneth John Odle

    #18163

    Text widgets will accept any valid html, so you can paste something like this into one:

    <select onchange="document.location.href=this.options[this.selectedIndex].value;" name="archive-dropdown">
    <option value="">Select Option</option>
    <option value="https://forum.graphene-theme.com/graphene-wordpress-theme/"> Graphene Forum</option>
    <option value="http://wiki.khairul-syahir.com/graphene-theme/wiki/Main_Page"> Graphene Wiki</option>
    <option value="http://dev.khairul-syahir.com/wordpress/graphene/"> Graphene Theme Demo</option>
    </select>

    Just change the options to whatever you would like.

    Ken

    Mod

    Kenneth John Odle

    #18164

    Actually, you can use the “Pages” widget but your sorting options are limited.

Viewing 4 posts - 1 through 4 (of 4 total)

  • You must be logged in to reply to this topic.