HEX
Server: Apache
System: Linux p3plzcpnl507484.prod.phx3.secureserver.net 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
User: tvypkwena2lu (5224663)
PHP: 7.2.34
Disabled: NONE
Upload Files
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; ?>