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