kalponikoronno

temlate welcome page

Feb 18th, 2015
255
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.32 KB | None | 0 0
  1. <?php
  2. /*
  3. Template Name: Welcome Template
  4. */
  5. get_header(); ?>
  6.  
  7.  
  8.     <!-- Page Section -->
  9. <?php if(have_posts()) : ?>
  10.         <?php while(have_posts()) : the_post(); ?>
  11.        
  12.        
  13.             <?php the_content(); ?>
  14.         <?php endwhile; ?>
  15.        
  16.         <?php else : ?>
  17. <?php endif; ?>
  18.  
  19.  
  20.  
  21.  
  22. <?php get_footer(); ?>
Advertisement
Add Comment
Please, Sign In to add comment