summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'themes/mantra/tag.php')
-rw-r--r--themes/mantra/tag.php11
1 files changed, 6 insertions, 5 deletions
diff --git a/themes/mantra/tag.php b/themes/mantra/tag.php
index 5a1ded3e..3cb2d799 100644
--- a/themes/mantra/tag.php
+++ b/themes/mantra/tag.php
@@ -10,10 +10,10 @@
get_header(); ?>
<section id="container">
-
+
<div id="content" role="main">
<?php cryout_before_content_hook(); ?>
-
+
<?php if ( have_posts() ) : ?>
<header class="page-header">
@@ -38,7 +38,7 @@ get_header(); ?>
* If you want to overload this in a child theme then include a file
* called content-___.php (where ___ is the Post Format name) and that will be used instead.
*/
- get_template_part( 'content', get_post_format() );
+ get_template_part( 'content/content', get_post_format() );
?>
<?php endwhile; ?>
@@ -59,10 +59,11 @@ get_header(); ?>
</article><!-- #post-0 -->
<?php endif; ?>
-
+
<?php cryout_after_content_hook(); ?>
</div><!-- #content -->
<?php get_sidebar(); ?>
</section><!-- #container -->
-<?php get_footer(); ?>
+<?php
+get_footer();