Guest User

Untitled

a guest
May 21st, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. <?php get_header(); ?>
  2.  
  3.  
  4. <!-- content starts -->
  5.  
  6. <div id="child-content">
  7.  
  8. <?php if ( have_posts() ) : the_post(); // enter the loop ?>
  9.  
  10. <?php get_sidebar(); ?>
  11.  
  12.  
  13. <?php the_content(); ?>
  14.  
  15.  
  16.  
  17. <?php endif; ?>
  18.  
  19.  
  20.  
  21.  
  22. </div><!-- ends content -->
  23.  
  24.  
  25. <?php get_footer(); ?>
Add Comment
Please, Sign In to add comment