Advertisement
Guest User

Page

a guest
Mar 15th, 2016
198
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.48 KB | None | 0 0
  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.     <span class="titulo"><?php the_title();?></span>
  15.     <?php the_content();?>
  16.        
  17.     <?php endwhile; else:?>
  18.     <?php endif;?>
  19.  
  20.    
  21.    
  22.     </div><!--fecha content-loja-->
  23.  
  24. </div><!--fecha content-->
  25.  
  26. <?php get_sidebar(); ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement