Advertisement
Guest User

Untitled

a guest
Feb 6th, 2016
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. $my_query = new WP_Query('post_type=sliders&p=411');
  2.  
  3. if( $my_query->have_posts() ) {
  4. while ($my_query->have_posts()) : $my_query->the_post();
  5. the_post();
  6. endwhile;
  7. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement