Advertisement
Guest User

Untitled

a guest
Jan 16th, 2017
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. <?php if (have_posts() ) : query_posts("p=1") ?>
  2. <?php while (have_posts() ) : the_post();?>
  3. <?php the_title(); ?>
  4. <?php the_content(); ?>
  5. <?php the_post_thumbnail (array(100, 100)) ?>
  6. <?php endwhile; endif; wp_reset_query(); ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement