Advertisement
Guest User

index.php - custom field image

a guest
Mar 4th, 2012
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. <?php
  2. get_header();
  3. if (have_posts()) :
  4. while (have_posts()) :
  5. the_post();
  6. the_content();
  7. endwhile;
  8. endif;
  9. get_footer();
  10. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement