File "sidebar-20250910203142.php"
Full Path: /home/alforbsx/alfouadgroup.co/wp-content/themes/Divi/sidebar-20250910203142.php
File size: 339 bytes
MIME-type: text/x-php
Charset: utf-8
<?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> <!-- end #sidebar -->
<?php
endif;