Created
April 25, 2018 15:28
-
-
Save AnkanSoul/29bfeabc3e894908068193c26d2b6d18 to your computer and use it in GitHub Desktop.
Call Widget
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
| ============================== Call Widget ====================================================== | |
| <?php if ( is_active_sidebar( 'sidebar-2' ) ) : ?> | |
| <?php dynamic_sidebar( 'sidebar-2' ); ?> | |
| <?php endif; ?> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment