Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter davidslee101

    (@davidslee101)

    I don’t want to use event-categories because I’m using event-categories for something else. So even-tags would be my next ideal solution.

    Still trying to figure this out, but I’ll post if I find a solution.

    Thread Starter davidslee101

    (@davidslee101)

    Thanks! This is definitely along the lines of what I’m looking for.

    I’ve broke my site a few times trying to modify

    function em_wpfullcalendar_category_label($taxonomy_args,$taxonomy){
     if ( $taxonomy->name == 'event-categories'){
      $taxonomy_args['show_option_all'] = 'All Cats';
     }
     return $taxonomy_args;
    }
    add_filter('wpmfc_calendar_taxonomy_args','em_wpfullcalendar_category_label',1,2);

    so that it applies to the Tags section and not the Categories section.

    I’m hoping that I can figure it out.

Viewing 2 replies - 1 through 2 (of 2 total)