Untitled diff

Created Diff never expires
4 removals
31 lines
6 additions
33 lines
<?php
<?php
/**
/**
* The template for displaying all pages.
* The template for displaying all pages.
*
*
* This is the template that displays all pages by default.
* This is the template that displays all pages by default.
* Please note that this is the WordPress construct of pages
* Please note that this is the WordPress construct of pages
* and that other 'pages' on your WordPress site will use a
* and that other 'pages' on your WordPress site will use a
* different template.
* different template.
*
*
* @package WordPress
* @package WordPress
* @subpackage Twenty_Eleven
* @subpackage Twenty_Eleven
* @since Twenty Eleven 1.0
* @since Twenty Eleven 1.0
*/
*/
get_header(); ?>
get_header();
get_sidebar( 'footer' );
?>
<div id="primary">
<div id="primary">
<div id="content" role="main">
<div id="content" role="main">
<?php while ( have_posts() ) : the_post(); ?>
<?php while ( have_posts() ) : the_post(); ?>
<?php get_template_part( 'content', 'page' ); ?>
<?php get_template_part( 'content', 'page' ); ?>
<?php comments_template( '', true ); ?>
<?php //comments_template( '', true ); ?>
<?php endwhile; // end of the loop. ?>
<?php endwhile; // end of the loop. ?>
</div><!-- #content -->
</div><!-- #content -->
</div><!-- #primary -->
</div><!-- #primary -->
<?php get_footer(); ?>
<?php get_footer(); ?>