Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- if (is_tax('tribe_events_cat', 9)) {
- // Thus, if its a category, pull template 'list'
- include(tribe_get_current_template('list'));
- } else {
- // If not a category, pull default set in options
- include(tribe_get_current_template());
- }
- ?>
Advertisement
Add Comment
Please, Sign In to add comment