Calendar based on category not working.
-
Hello all,
I have made one select box which is having list of event categories.
When we select one category, events will get highlighted in the calendar. But somehow this is not working.
It is working only for all categories.I have written like this:
$ajax_url_args = array( 'action' => 'spiderbigcalendar_month', 'theme_id' => $theme_id, 'calendar' => $calendar_id, 'select' => $view_select, 'date' => $year . '-' . add_0((Month_num($month))), 'many_sp_calendar' => $many_sp_calendar, 'cur_page_url' => $path_sp_cal, 'cat_id' => $category->id, 'cat_ids' => '', 'widget' => $widget, 'rand' => $many_sp_calendar, ); $ajax_url = add_query_arg( $ajax_url_args, admin_url('admin-ajax.php') );
But ‘cat_id’ => $category->id is not working for me.
Thanks in advance.
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Calendar based on category not working.’ is closed to new replies.