Advertisement
Guest User

Untitled

a guest
Jan 14th, 2013
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. <div class="gallery">
  2. <?php if ( have_posts() ) while ( have_posts() ) : the_post(); ?>
  3. <h1><?php the_title(); ?></h1>
  4. <?php the_content(); ?>
  5. <?php endwhile; ?>
  6. </div>
  7.  
  8. <!-- GALLERY LOOP TO GO HERE -->
  9.  
  10. <div class="get-quote margin-top">
  11. <?php include("quote-widget.php"); ?>
  12. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement