Advertisement
BakerMan

Exclude TEC Categories

Sep 4th, 2012
165
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.31 KB | None | 0 0
  1. /**
  2.  * If you want to manually exclude certain categories and
  3.  * don't wish to use the pre_get_posts hook for instance
  4.  * (example here: http://pastebin.com/91cpt8mh) then this
  5.  * would be another approach.
  6.  */
  7. if (tribe_event_in_category('slug-to-exclude') === false) {
  8.     /* Code to display the event */
  9. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement