> options_homepage as $value ) { if(isset($value['var_name'])){ $$value['var_name'] = $value['std']; } } foreach ($business_world_color_control_page->options_colorcontrol as $value) { $$value['var_name'] = $value['std']; } foreach ($business_world_general_settings_page->options_generalsettings as $value) { if ( isset($value['var_name']) ) { $$value['var_name'] = $value['std']; } } foreach ( $business_world_slider_page->options_slider as $value ) { if(isset($value['id'])){ $$value['var_name'] = $value['std']; } } wp_reset_query(); // reset query for comment and otehr ?> update_layout_editor(); // set layout stles for customized layuting $business_world_typography_page->print_fornt_end_style_typography(); // fonts styles for customized fonts $business_world_color_control_page->update_color_control(); //printing admin color styles $business_world_general_settings_page->favicon_img(); // favicon function print favicon html located front_end/front_end_functions.php wp_head(); // wordpress standart scripts meta and ather.. business_world_custom_head(); /// requerid scripts and styles for slider, and oteher element ?> >