AMEEKER

Force List View, Modern Tribe The Events Calendar

Aug 23rd, 2013
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.26 KB | None | 0 0
  1. <?php
  2.  
  3. if (is_tax('tribe_events_cat', 9)) {
  4.  
  5.     // Thus, if its a category, pull template 'list'
  6.     include(tribe_get_current_template('list'));
  7.    
  8. } else {
  9.  
  10.     // If not a category, pull default set in options
  11.     include(tribe_get_current_template());
  12.    
  13. }
  14.    
  15. ?>
Advertisement
Add Comment
Please, Sign In to add comment