show_shortcode_bs_touch_slideshow(); } public function Bs_GetInstance() { $this->Bs_Instance(); } public function show_shortcode_bs_touch_slideshow(){ ?> bs_get_option( 'bs_fb_popup_pages', 'bs_fb_popup_basic','ps_home'); if($ps_pages=='ps_home'){ $check='home'; } else{ $check='all'; } if($check=='all' && is_home() || $check=='all' && is_front_page()){ return; //wp_die($check,true); } if($check=='home' && !is_home() || $check=='home' && !is_front_page()){ return; //wp_die($check,true); } ?> Bs_GetInstance(); ?>