summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'themes/mantra/category.php')
-rw-r--r--themes/mantra/category.php9
1 files changed, 5 insertions, 4 deletions
diff --git a/themes/mantra/category.php b/themes/mantra/category.php
index 39900cbd..a9a6f615 100644
--- a/themes/mantra/category.php
+++ b/themes/mantra/category.php
@@ -12,7 +12,7 @@ get_header(); ?>
<section id="container">
<div id="content" role="main">
<?php cryout_before_content_hook(); ?>
-
+
<?php if ( have_posts() ) : ?>
<header class="page-header">
@@ -37,7 +37,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; ?>
@@ -58,10 +58,11 @@ get_header(); ?>
</article><!-- #post-0 -->
<?php endif; ?>
-
+
<?php cryout_after_content_hook(); ?>
</div><!-- #content -->
<?php get_sidebar(); ?>
</section><!-- #primary -->
-<?php get_footer(); ?>
+<?php
+get_footer();