Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php if(!is_tax()) {
- query_posts(array(
- 'eventDisplay'=>'upcoming',
- 'post_type'=>'tribe_events',
- 'posts_per_page'=>10,
- 'tax_query'=>array(
- array(
- 'taxonomy' => 'tribe_events_cat',
- 'field' => 'id',
- 'terms' => 102,
- 'operator' => 'NOT IN'
- )
- )
- ));
- }
- if (have_posts()) : ?>
Advertisement
Add Comment
Please, Sign In to add comment