adding missing hooks, thanks @r3df
This commit is contained in:
@@ -4,7 +4,9 @@
|
|||||||
<?php roots_main_before(); ?>
|
<?php roots_main_before(); ?>
|
||||||
<div id="main" class="<?php echo $roots_options['main_class']; ?>" role="main">
|
<div id="main" class="<?php echo $roots_options['main_class']; ?>" role="main">
|
||||||
<div class="container">
|
<div class="container">
|
||||||
|
<?php roots_loop_before(); ?>
|
||||||
<?php get_template_part('loop', 'page'); ?>
|
<?php get_template_part('loop', 'page'); ?>
|
||||||
|
<?php roots_loop_after(); ?>
|
||||||
</div>
|
</div>
|
||||||
</div><!-- /#main -->
|
</div><!-- /#main -->
|
||||||
<?php roots_main_after(); ?>
|
<?php roots_main_after(); ?>
|
||||||
|
|||||||
Reference in New Issue
Block a user