Diferent page desing for each category
-
I created two types of events (workshops and events) each one have different categories. I would like to have different design page for each one. Is it possible?
In the single events pages I did this to assign some variables:
global $post; $EM_Event = em_get_event($post->ID, 'post_id'); $variable = $EM_Event->output('#_CATEGORYPARENTID');
could do something similar in the category page?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Diferent page desing for each category’ is closed to new replies.