Advertisement
Guest User

Untitled

a guest
May 25th, 2016
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. <?php if ( have_posts() ) : query_posts('p=1');
  2. while (have_posts()) : the_post(); ?>
  3.  
  4. <?php the_title(); ?>
  5. <?php the_content(); ?>
  6. <?php the_post_thumbnail(); ?>
  7.  
  8. <? endwhile; endif; wp_reset_query(); ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement