Advertisement
Guest User

Untitled

a guest
Jun 26th, 2017
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.13 KB | None | 0 0
  1.         query_posts('p='.$id.'');
  2.         while (have_posts()) : the_post();
  3.                
  4.            
  5.         endwhile;
  6.         wp_reset_query();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement