Advertisement
Guest User

Untitled

a guest
Mar 28th, 2017
56
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. while (have_posts()) : the_post(); ?>
  3.  
  4. <?php the_title(); ?>
  5. <?php the_content(); ?>
  6. <?php the_post_thumbnail(array(100, 100)); ?>
  7.  
  8. <? endwhile; endif; wp_reset_query(); ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement