• i need to display a search form where on of the form fields should be a multiple select box with all categories, e.g.

    <select multiple=”yes” size=”8″>
    <option value=”1″>category 1</option>
    <option value=”2″>category 2</option>
    <option value=”3″>category 3</option>
    </select>

    the value should be the categoryID …
    is there a way to do this? i knoow the functions wp_dropdown_categories() and wp_list_categories() but none of them seems appropriate … any ideas?

    thx in advance

  • The topic ‘list categories in multiple select’ is closed to new replies.