Exemplo n.º 1
0
				<?php 
            dynamic_sidebar(ts_get_custom_sidebar('main'));
            ?>
			<?php 
        }
        ?>
		</div>
		<!-- End Sidebar -->
		<?php 
        break;
    case 'right_sidebar':
        ?>
		<!-- Sidebar -->
		<div class="col-sm-4 <?php 
        echo ts_get_opt('sidebar-size') == '4columns' ? 'col-md-4' : 'col-md-3 col-md-offset-1';
        ?>
 sidebar">
			<?php 
        if (is_active_sidebar(ts_get_custom_sidebar('main'))) {
            ?>
				<?php 
            dynamic_sidebar(ts_get_custom_sidebar('main'));
            ?>
			<?php 
        }
        ?>
		</div>
		<!-- End Sidebar -->	
		<?php 
        break;
}
Exemplo n.º 2
0
    }
    ?>
				</div>
				<div class="col-sm-6 col-md-3 col-lg-3">
					<?php 
    if (is_active_sidebar(ts_get_custom_sidebar('footer-3', 'footer-sidebar-3'))) {
        ?>
						<?php 
        dynamic_sidebar(ts_get_custom_sidebar('footer-3', 'footer-sidebar-3'));
        ?>
					<?php 
    }
    ?>
				</div>
				<div class="col-sm-6 col-md-3 col-lg-3">
					<?php 
    if (is_active_sidebar(ts_get_custom_sidebar('footer-4', 'footer-sidebar-4'))) {
        ?>
						<?php 
        dynamic_sidebar(ts_get_custom_sidebar('footer-4', 'footer-sidebar-4'));
        ?>
					<?php 
    }
    ?>
				</div>
			</div>
		</div>
	</section>
	<!-- End Widgets Section -->
<?php 
}