Advertisement
Guest User

All venues

a guest
Apr 28th, 2012
191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. <ul>
  2. <?php $event_archive_query = new WP_Query('showposts=1000&post_type=tribe_venue');
  3. while ($event_archive_query->have_posts()) : $event_archive_query->the_post(); ?>
  4. <li><a href="<?php the_permalink() ?>" title="<?php the_title(); ?>"><?php the_title(); ?></a></li>
  5. <?php endwhile; ?>
  6. </ul>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement