Advertisement
Guest User

Untitled

a guest
Apr 21st, 2014
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. <?php
  2. // args
  3. $args = array(
  4. 'post_type' => 'lejlighed'
  5. );
  6.  
  7. // get results
  8. $the_query = new WP_Query( $args );
  9.  
  10. // The Loop
  11. ?>
  12. <?php if( $the_query->have_posts() ): ?>
  13.  
  14. <a href="<?php echo add_query_arg( 'post_nr','6500' ); ?>"> 6500 </a>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement