pluto3/inc/partials/top-ad-sidebar.php
2017-09-19 16:23:41 +08:00

3 lines
207 B
PHP

<?php if ( is_active_sidebar( 'sidebar-3' ) && (get_field('hide_top_ad_from_index', 'option') != true) ) : ?>
<div class="top-sidebar-wrapper"><?php dynamic_sidebar( 'sidebar-3' ); ?></div>
<?php endif; ?>