diff options
Diffstat (limited to 'sidebar-footerfull.php')
| -rw-r--r-- | sidebar-footerfull.php | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sidebar-footerfull.php b/sidebar-footerfull.php new file mode 100644 index 0000000..acfbff7 --- /dev/null +++ b/sidebar-footerfull.php @@ -0,0 +1,11 @@ +<?php if ( is_active_sidebar( 'footerfull' ) ): ?> + + <!-- ******************* The Hero Widget Area ******************* --> + + <div class="wrapper" id="wrapper-footer-full"> + + <?php dynamic_sidebar( 'footerfull' ); ?> + + </div><!-- #wrapper-footer-full --> + +<?php endif; ?> |
