Guest User

query_posts Events Category Page

a guest
May 9th, 2012
130
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.20 KB | None | 0 0
  1. <?php $args = array(
  2.     'taxonomy'=> 'tribe_events_cat',
  3.     'post_type'=> 'tribe_events',
  4.     'tribe_meta_event_cats'    => 'summer-camp',
  5.     'posts_per_page' => -1,
  6.     'order' => ASC
  7. );
  8. query_posts( $args ); ?>
Advertisement
Add Comment
Please, Sign In to add comment