Skip to content

Commit

Permalink
lets use call2action sidebar before footer
Browse files Browse the repository at this point in the history
  • Loading branch information
NorikDavtian committed May 26, 2014
1 parent 22e082a commit 5783776
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions footer-layout.php
Expand Up @@ -5,6 +5,14 @@
* *
*/ */
?> ?>
<?php if (is_active_sidebar('call2action') &&
(is_single() || is_page()) &&
!is_page('contact') &&
!is_page('team') &&
!is_singular('team') &&
!is_page('about')) : ?>
<?php dynamic_sidebar('call2action'); ?>
<?php endif; ?>
</div><!-- #main --> </div><!-- #main -->
<?php if (bigblank_has_sidebar()): ?> <?php if (bigblank_has_sidebar()): ?>
<?php get_sidebar(); ?> <?php get_sidebar(); ?>
Expand Down

0 comments on commit 5783776

Please sign in to comment.