just simply call the sidebar(s)
This commit is contained in:
@@ -2,8 +2,7 @@
|
||||
<footer id="content-info" class="<?php global $roots_options; echo $roots_options['container_class']; ?>" role="contentinfo">
|
||||
<?php roots_footer_inside(); ?>
|
||||
<div class="container">
|
||||
<?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar("Footer") ) : ?>
|
||||
<?php endif; ?>
|
||||
<?php dynamic_sidebar("Footer"); ?>
|
||||
<p class="copy"><small>© <?php echo date('Y'); ?> <?php bloginfo('name'); ?></small></p>
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
@@ -1,3 +1 @@
|
||||
<?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar("Sidebar") ) : ?>
|
||||
|
||||
<?php endif; ?>
|
||||
<?php dynamic_sidebar("Sidebar"); ?>
|
||||
Reference in New Issue
Block a user