Advertisement
Guest User

home.php of parabola.con

a guest
Sep 1st, 2012
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. <?php get_header(); ?>
  2. <?php get_sidebar(); ?>
  3.  
  4. <div id="content" class="group">
  5. <?php if (have_posts()) : while (have_posts()) : the_post(); ?>
  6.  
  7. <?php $query = new WP_Query( array( 'post_type' => array( 'about', 'portfolio', 'contact') ) ); ?>
  8.  
  9. <?php endwhile; endif; ?>
  10. </div> <!-- END main-content -->
  11.  
  12. <?php get_footer(); ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement