hyun.psd; gzuncompress NineSec Team Shell
NineSec Team Shell
Server IP : 173.236.192.202  /  Your IP : 216.73.216.85
Web Server : Apache
System : Linux iad1-shared-e1-03 6.6.49-grsec-jammy+ #10 SMP Thu Sep 12 23:23:08 UTC 2024 x86_64
User : andfor18 ( 14551322)
PHP Version : 7.4.33
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON
Directory (0755) :  /home/andfor18/mbssigns.com/wp-content/themes/multinews/

[  Home  ][  C0mmand  ][  Upload File  ][  Lock Shell  ][  Logout  ]

Current File : /home/andfor18/mbssigns.com/wp-content/themes/multinews/sidebar-left.php
<?php
if( wp_is_mobile() && mom_option('hide_sidebars_in_mobiles') == 1 ){
	// do nothing
} else {
	if ( is_singular()) {
	$layout = get_post_meta(get_queried_object_id(), 'mom_page_layout', TRUE);
	if (is_single()) { if ($layout == '') { $layout = mom_option('post_page_layout'); } }
	if (is_page()) { if ($layout == '') { $layout = mom_option('page_layout'); } }
if ($layout == '') { $layout = mom_option('main_layout'); }

	if(function_exists('is_bbpress') && is_bbpress()) {
	if ($layout == '') { $layout = mom_option('bbpress_layout');}
	if(function_exists('is_buddypress') && is_buddypress()) {
	if (get_post_meta(get_queried_object_id(), 'mom_page_layout', true) == '') { $layout = mom_option('buddypress_layout');}
	}

      } elseif(function_exists('is_buddypress') && is_buddypress()) {
	if ($layout == '') { $layout = mom_option('buddypress_layout');}
      } else {
	if ($layout == '') { $layout = mom_option('main_layout');}
      }

	} elseif (function_exists('is_bbpress') && is_bbpress()) {
	$layout = mom_option('bbpress_layout');
	if ($layout == '') {
	    $layout = mom_option('main_layout');
	}
	} elseif (function_exists('is_buddypress') && is_buddypress()) {
	$layout = mom_option('buddypress_layout');
	if ($layout == '') {
	    $layout = mom_option('main_layout');
	}
	} elseif (is_archive()) {
	$layout = mom_option('category_layout');
	if ($layout == '') {
	    $layout = mom_option('main_layout');
	}
	} else {
	$layout = mom_option('main_layout');
	}
	$site_width = mom_option('site_width');
if(function_exists('is_woocommerce') && is_woocommerce()) {
    $woo_page_id = '';
if (is_shop()) {
    $woo_page_id = get_option('woocommerce_shop_page_id');
} elseif (is_cart()) {
    $woo_page_id = get_option('woocommerce_cart_page_id');
} elseif (is_checkout()) {
    $woo_page_id = get_option('woocommerce_checkout_page_id');
} elseif (is_account_page()) {
    $woo_page_id = get_option('woocommerce_myaccount_page_id');
} else {
    $woo_page_id = get_option('woocommerce_shop_page_id');
}
$layout = get_post_meta($woo_page_id, 'mom_page_layout', true);
if ($layout == '') {
  $layout = mom_option('main_layout');
}

}

	if (strpos($layout,'both') !== false) {

	$swstyle = mom_option('swstyle');
	if( $swstyle == 'style2' ){
	    $swclass = ' sws2';
	} else {
	    $swclass = '';
	}
?>
<aside class="secondary-sidebar<?php echo $swclass; ?>" role="complementary" itemscope="itemscope" itemtype="http://schema.org/WPSideBar"><!--secondary sidebar-->
	<?php
    if(is_home()) {

	    $homesidebar = mom_option('hp_lsidebar');
	    if($homesidebar)
	    dynamic_sidebar ( sanitize_title($homesidebar) );
	    else dynamic_sidebar( 'Secondary sidebar' );

    } elseif (is_category()) {

    	$cat_data = get_option("category_".get_query_var('cat'));
    	$cus_sidebar = isset($cat_data['ssidebar']) ? $cat_data['ssidebar'] : '' ;
    	$catsidebar = mom_option('cat_lsidebar');

    	if (!empty($cus_sidebar)) {
		    dynamic_sidebar($cus_sidebar);
		} elseif(!empty($catsidebar)) {
	    	dynamic_sidebar ( sanitize_title($catsidebar) );
	    } else {
	    	dynamic_sidebar( 'Secondary sidebar' );
	    }

	} elseif (is_single()) {
	    if(function_exists('is_bbpress') && is_bbpress()) {
		    $custom_sidebar = mom_option('bbpress_left_sidebar');
		    if(function_exists('is_buddypress') && is_buddypress()) {
			$custom_sidebar = mom_option('buddypress_left_sidebar');
		    }
		    if (!empty($custom_sidebar)) {
			dynamic_sidebar($custom_sidebar);
		    } else {
			dynamic_sidebar( 'Secondary sidebar' );
		    }
	    } elseif(function_exists('is_buddypress') && is_buddypress()) {
		    $custom_sidebar = mom_option('buddypress_left_sidebar');
		    if (!empty($custom_sidebar)) {
			dynamic_sidebar($custom_sidebar);
		    } else {
			dynamic_sidebar( 'Secondary sidebar' );
		    }
	    } else {

		global $post;
		$custom_sidebar = get_post_meta(get_queried_object_id(), 'mom_left_sidebar', TRUE);
		$postsidebar = mom_option('post_lsidebar');

		if (!empty($custom_sidebar)) {
		    dynamic_sidebar($custom_sidebar);
		} elseif(!empty($postsidebar)) {
	    dynamic_sidebar ( sanitize_title($postsidebar) );
	    } else {
	    dynamic_sidebar( 'Secondary sidebar' );
	    }
	    }

	} elseif(is_page()) {
	    if(function_exists('is_bbpress') && is_bbpress()) {
		    $custom_sidebar = mom_option('bbpress_left_sidebar');
		    if (!empty($custom_sidebar)) {
			dynamic_sidebar($custom_sidebar);
		    } else {
			dynamic_sidebar( 'Secondary sidebar' );
		    }
	    } elseif(function_exists('is_buddypress') && is_buddypress()) {
		    $custom_sidebar = mom_option('buddypress_left_sidebar');
		    if (!empty($custom_sidebar)) {
			dynamic_sidebar($custom_sidebar);
		    } else {
			dynamic_sidebar( 'Secondary sidebar' );
		    }
	    } else {
		global $post;
		$custom_psidebar = get_post_meta(get_queried_object_id(), 'mom_left_sidebar', TRUE);
		$pagessidebar = mom_option('page_lsidebar');

		if (!empty($custom_psidebar)) {
		    dynamic_sidebar($custom_psidebar);
		} elseif(!empty($pagessidebar)) {
	    dynamic_sidebar ( sanitize_title($pagessidebar) );
	    } else {
	    dynamic_sidebar( 'Secondary sidebar' );
	    }
	}

	} elseif(is_archive()) {

		$archivesidebar = mom_option('archive_lsidebar');

		if(function_exists ( "is_woocommerce" ) && is_woocommerce()) {

			$woo_page_id = '';
		if (is_shop()) {
		    $woo_page_id = get_option('woocommerce_shop_page_id');
		} elseif (is_cart()) {
		    $woo_page_id = get_option('woocommerce_cart_page_id');
		} elseif (is_checkout()) {
		    $woo_page_id = get_option('woocommerce_checkout_page_id');
		} elseif (is_account_page()) {
		    $woo_page_id = get_option('woocommerce_myaccount_page_id');
		} else {
		    $woo_page_id = get_option('woocommerce_shop_page_id');
		}

		if(mom_option('woo_lsidebar') != '') {
			$archivesidebar = mom_option('woo_lsidebar');
		} else {
			$archivesidebar = get_post_meta($woo_page_id, 'mom_left_sidebar', TRUE);
		}
	}

	if(function_exists('is_bbpress') && is_bbpress()) {
		    $archivesidebar = mom_option('bbpress_left_sidebar');
	}

	if(function_exists('is_buddypress') && is_buddypress()) {
		    $archivesidebar = mom_option('buddypress_left_sidebar');
	}
	    if (!empty($archivesidebar)) {
	    	dynamic_sidebar($archivesidebar);
	    } else {
	    	dynamic_sidebar( 'Secondary sidebar' );
		}

	} else {

		dynamic_sidebar( 'Secondary sidebar' );

	}
	?>
</aside><!--secondary sidebar-->
<?php }
} // if hide in the mobiles
?>

NineSec Team - 2022