display event categories in sidebar Post date Home › Forums › Calendar Products › Events Calendar PRO › display event categories in sidebar This topic has 2 replies, 2 voices, and was last updated 11 years ago by Brian. Viewing 3 posts - 1 through 3 (of 3 total) Author Posts June 16, 2015 at 2:08 am #969675 thomasParticipant hi, i have a sidebar template for the calendar view. how can i display all event categories sorted by menu in the template? June 16, 2015 at 2:56 am #969680 thomasParticipant this is working fine and lets me sort the categories with the simple custom post type plugin: <?php $terms = get_terms( TribeEvents::TAXONOMY, array( 'orderby' => 'menu_order' ) ); foreach ( $terms as $term ) { echo '<li><a href="'. get_term_link($term->slug, 'tribe_events_cat') .'" >' . $term->name . '</a></li>'; }?> June 16, 2015 at 8:08 am #969766 BrianMember I am glad to see you were able to figure it out. I am going to go ahead and close this ticket. If you have a similar issue or another in the future, please do not hesitate to create a new ticket. Thanks! Author Posts Viewing 3 posts - 1 through 3 (of 3 total) The topic ‘display event categories in sidebar’ is closed to new replies. → Please verify your API key is correctly entered on the settings