File: /home/tvypkwena2lu/public_html/wp-content/themes/leageller/sidebar.php
<?php
/**
* The sidebar containing the secondary widget area
*
* Displays on posts and pages.
*
* If no active widgets are in this sidebar, hide it completely.
*
* @package WordPress
* @subpackage Twenty_Thirteen
* @since Twenty Thirteen 1.0
*/
?>
<?php //get_template_part( 'template_part/template_news_ticker', '' ); ?>
<div class="clear"></div>
<?php if ( is_active_sidebar( 'sidebar1' ) && is_singular('post') ) : ?>
<?php dynamic_sidebar( 'sidebar1' ); ?>
<?php endif; ?>
<?php if ( is_active_sidebar( 'sidebar2' ) && is_singular('page') ) : ?>
<?php dynamic_sidebar( 'sidebar2' ); ?>
<?php endif; ?>