Advertisement
Guest User

Untitled

a guest
Jul 18th, 2018
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.38 KB | None | 0 0
  1. <?php
  2.     //Template Name: Blog
  3.     get_header();
  4. ?>
  5.  
  6. <?php include(TEMPLATEPATH . "/inc/introducao.php"); ?>
  7.  
  8. <section>
  9.     <?php if ( have_posts () ) : while ( have_posts () ): the_post(); ?>
  10.  
  11.  
  12. <!-- Espaço do conteúdo -->
  13.  
  14.  
  15. </section>
  16.     <?php endwhile; else: endif; ?>
  17. <!-- Início Footer WordPress -->
  18.     <?php get_footer(); ?>
  19. <!-- Fim Footer WordPress -->
  20. </body>
  21. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement