Guest User

Untitled

a guest
Mar 15th, 2016
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <?php get_header();?>
  2.  
  3. <div id="banner">
  4.  
  5. <img src="<?php bloginfo('template_directory'); ?>/imgs/banner04.jpg"/>
  6.  
  7. </div>
  8.  
  9. <div id="content">
  10.  
  11. <div id="content-loja">
  12.     <?php if (have_posts()): while (have_posts()) : the_post();?>
  13.  
  14.     <?php woocommerce_content(); ?>
  15.        
  16.     <?php endwhile; else:?>
  17.     <?php endif;?>
  18.    
  19.     </div><!--fecha content-loja-->
  20.  
  21. </div><!--fecha content-->
  22.  
  23. <?php get_sidebar(); ?>
Advertisement
Add Comment
Please, Sign In to add comment