Advertisement
Guest User

my page-full.php

a guest
Nov 16th, 2012
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.44 KB | None | 0 0
  1. <?php
  2. /*
  3. Template Name: Full Width Page
  4. */
  5. ?>
  6. <?php get_header(); ?>
  7.  
  8. <div id="content-area" class="clearfix fullwidth">
  9.     <div id="left-area">
  10.         <?php get_template_part('includes/breadcrumbs', 'page'); ?>
  11.         <?php get_template_part('loop', 'page'); ?>
  12.         <?php if ( 'on' == et_get_option('lucid_show_pagescomments') ) comments_template('', true); ?>
  13.     </div> <!-- end #left-area -->
  14. </div>  <!-- end #content-area -->
  15.    
  16. <?php get_footer(); ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement