Sh3ll
OdayForums


Server : LiteSpeed
System : Linux premium84.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
User : claqxcrl ( 523)
PHP Version : 8.1.32
Disable Function : NONE
Directory :  /home/claqxcrl/claquemagazineawards.com/wp-content/themes/eventsia/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/claqxcrl/claquemagazineawards.com/wp-content/themes/eventsia/sidebar.php
<?php
/**
 * The sidebar containing the main Sidebar area.
 *
 * @package Theme Freesia
 * @subpackage Eventsia
 * @since Eventsia 1.0
 */
$eventsia_settings = eventsia_get_theme_options();

if( $post ) {

	$eventsia_layout = get_post_meta( get_queried_object_id(), 'eventsia_sidebarlayout', true );

}

if( empty( $eventsia_layout ) || is_archive() || is_search() || is_home() ) {

	$eventsia_layout = 'default';

}

if( 'default' == $eventsia_layout ) { //Settings from customizer

	if((is_active_sidebar('eventsia_main_sidebar')) && ($eventsia_settings['eventsia_sidebar_layout_options'] != 'fullwidth')){ ?>

		<aside id="secondary" class="widget-area" role="complementary" aria-label="<?php esc_attr_e( 'Secondary', 'eventsia' ); ?>">
<?php }

}else{ // for page/ post
		if((is_active_sidebar('eventsia_main_sidebar')) && ($eventsia_layout != 'full-width')){ ?>

<aside id="secondary" class="widget-area" role="complementary" aria-label="<?php esc_attr_e( 'Secondary', 'eventsia' ); ?>">

  <?php }
	}?>
  <?php 
	if( 'default' == $eventsia_layout ) { //Settings from customizer

		if((is_active_sidebar('eventsia_main_sidebar')) && ($eventsia_settings['eventsia_sidebar_layout_options'] != 'fullwidth')): ?>

  <?php dynamic_sidebar( 'eventsia_main_sidebar' ); ?>

</aside><!-- end #secondary -->
<?php endif;
	}else{ // for page/post

		if((is_active_sidebar('eventsia_main_sidebar')) && ($eventsia_layout != 'full-width')){

			dynamic_sidebar( 'eventsia_main_sidebar' );
			
			echo '</aside><!-- end #secondary -->';
		}
	}

ZeroDay Forums Mini