Is there a way to conditionally define the Event Manager's category through function.php for displaying a different sidebar?
Structure:
http://tutor.com/courses/introductory/ - is the EM category
http://tutor.com/blog/education/ - is a WP category
I mean, how can I find out if the requested page is the Even Category?
For example:
if(is_event_category) {
# code
}