Last active
December 27, 2015 19:19
-
-
Save JiveDig/7376711 to your computer and use it in GitHub Desktop.
Display a genesis widget area
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php | |
if ( is_active_sidebar( 'after-entry' ) ) { | |
genesis_widget_area( 'after-entry', array( | |
'before' => '<div class="after-entry">', | |
'after' => '</div>', | |
) ); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment