Guest User

Untitled

a guest
Jul 26th, 2016
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 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(array(100, 100)); ?>
  7.  
  8. <?php endwhile; endif; wp_reset_query(); ?>
Add Comment
Please, Sign In to add comment