Guest User

Arqquivo single.php

a guest
Oct 25th, 2017
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.33 KB | None | 0 0
  1. <?php
  2. /**
  3.  * The template for displaying all single posts.
  4.  *
  5.  * @link https://livecomposerplugin.com/themes/
  6.  *
  7.  * @package LC Blank
  8.  */
  9.  
  10. get_header(); ?>
  11.  
  12.     <?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>
  13.  
  14.         <?php the_content(); ?>
  15.  
  16.     <?php endwhile; ?>
  17.     <?php endif; ?>
  18.  
  19.  
  20. <?php get_footer(); ?>
Advertisement
Add Comment
Please, Sign In to add comment