Added custom taxonomie
-
Hi,
We added some new fields to the event, as custom taxonomie, as you suggested.
We use this code to add the new fields to the search moule, but the view of these new fields are different, however, we expect similar view and behaiour, like in case of the categories and types (Divi child/wp-event-manger/event-filters.php :
event_manager_dropdown_selection( array( ‘value’=>’slug’, ‘taxonomy’ => ‘event_listing_method’, ‘hierarchical’ => 1, ‘show_option_all’ => __( ‘Any method’, ‘divi-child’ ), ‘name’ => ‘filter_by_method’, ‘orderby’ => ‘name’, ‘selected’ => $selected_method, ‘multiple’ => true, ‘hide_empty’ => false) );
Would you be so kind as to check, waht is wrong?
Thank you very much!
The page I need help with: [log in to see the link]
- The topic ‘Added custom taxonomie’ is closed to new replies.