?
Current Path : /home1/savoy/public_html/wp-content/themes/Divi/ |
Linux gator3171.hostgator.com 4.19.286-203.ELK.el7.x86_64 #1 SMP Wed Jun 14 04:33:55 CDT 2023 x86_64 |
Current File : /home1/savoy/public_html/wp-content/themes/Divi/sidebar.php |
<?php if ( ( is_single() || is_page() ) && in_array( get_post_meta( get_queried_object_id(), '_et_pb_page_layout', true ), array( 'et_full_width_page', 'et_no_sidebar' ) ) ) { return; } if ( is_active_sidebar( 'sidebar-1' ) ) : ?> <div id="sidebar"> <?php dynamic_sidebar( 'sidebar-1' ); ?> </div> <?php endif;