summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'themes/mantra/content-page.php')
-rw-r--r--themes/mantra/content-page.php60
1 files changed, 30 insertions, 30 deletions
diff --git a/themes/mantra/content-page.php b/themes/mantra/content-page.php
index 85eaaae3..17248f0c 100644
--- a/themes/mantra/content-page.php
+++ b/themes/mantra/content-page.php
@@ -1,30 +1,30 @@
-<?php
-/**
- *
- * Learn more: http://codex.wordpress.org/Post_Formats
- *
- * @package Cryout Creations
- * @subpackage Mantra
- */
-
-if ( have_posts() ) while ( have_posts() ) : the_post(); ?>
-
- <div id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
- <?php if ( is_front_page() ) { ?>
- <h2 class="entry-title"><?php the_title(); ?></h2>
- <?php } else { ?>
- <h1 class="entry-title"><?php the_title(); ?></h1>
- <?php } ?>
-
- <div class="entry-content">
- <?php the_content(); ?>
- <?php wp_link_pages( array( 'before' => '<div class="page-link">' . __( 'Pages:', 'mantra' ), 'after' => '</div>' ) ); ?>
- <?php edit_post_link( __( 'Edit', 'mantra' ), '<span class="edit-link">', '</span>' ); ?>
- </div><!-- .entry-content -->
- </div><!-- #post-## -->
-
- <?php if ( comments_open() ) { comments_template( '', true );} else { ?>
- <p class="nocomments2"><?php _e( 'Comments are closed.', 'mantra' ); ?></p>
-
-
-<?php } endwhile; ?>
+<?php
+/**
+ *
+ * Learn more: http://codex.wordpress.org/Post_Formats
+ *
+ * @package Cryout Creations
+ * @subpackage Mantra
+ */
+
+if ( have_posts() ) while ( have_posts() ) : the_post(); ?>
+
+ <div id="post-<?php the_ID(); ?>" <?php post_class(); ?>>
+ <?php if ( is_front_page() ) { ?>
+ <h2 class="entry-title"><?php the_title(); ?></h2>
+ <?php } else { ?>
+ <h1 class="entry-title"><?php the_title(); ?></h1>
+ <?php } ?>
+
+ <div class="entry-content">
+ <?php the_content(); ?>
+ <?php wp_link_pages( array( 'before' => '<div class="page-link">' . __( 'Pages:', 'mantra' ), 'after' => '</div>' ) ); ?>
+ <?php edit_post_link( __( 'Edit', 'mantra' ), '<span class="edit-link">', '</span>' ); ?>
+ </div><!-- .entry-content -->
+ </div><!-- #post-## -->
+
+ <?php if ( comments_open() ) { comments_template( '', true );} else { ?>
+ <p class="nocomments2"><?php _e( 'Comments are closed.', 'mantra' ); ?></p>
+
+
+<?php } endwhile; ?>