Template with Dropdownbox

Home Forums Calendar Products Community Events Template with Dropdownbox

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1245771
    Melanie
    Participant

    Hi all,

    I need a drop down list for the event categories instead of the check boxes.
    Tried to adapt the taxonmy.php (as child) like this:

    <div><?php wp_dropdown_categories( $event_cats ); ?> </div>

    But it didn`t work.

    Could you please tell me how to change that?

    BR,
    Melanie

    #1246632
    Cliff
    Member

    Hi, Melanie.

    wp_dropdown_categories() has a “taxonomy” argument that you’d need to use. You can see how it could be used for the Event Categories custom taxonomy here:

    https://github.com/moderntribe/the-events-calendar/blob/4.4.3/src/admin-views/aggregator/tabs/import-form.php#L21

    I hope this helps get you across the finish line with your customization!

    #1257414
    Support Droid
    Keymaster

    Hey there! This thread has been pretty quiet for the last three weeks, so we’re going to go ahead and close it to avoid confusion with other topics. If you’re still looking for help with this, please do open a new thread, reference this one and we’d be more than happy to continue the conversation over there.

    Thanks so much!
    The Events Calendar Support Team

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Template with Dropdownbox’ is closed to new replies.