/* Template Name: Страница описания услуги Template post type: page */ ?> get_header();?> while ( have_posts() ) { ?> the_post(); ?> if( have_rows('main-menu') ) { while ( have_rows('main-menu') ) { the_row(); $arrMainMenu[] = get_sub_field('text'); } } $mainMenuJson = json_encode($arrMainMenu); ?> get_template_part( 'layout/template', 'first_screen_type1' ); ?> if(get_field("desc_screen_heading")){ ?> get_template_part( 'layout/template', 'desc_block' ); ?> } ?> if(in_array("Примеры наших работ", get_field("vivod_section"))) { ?> get_template_part( 'layout/template', 'bots_works_portfolio' ); ?> } ?> if(get_field("advantage_screen_heading")){ ?> get_template_part( 'layout/template', 'advantages' ); ?> } ?> if(get_field("skills_block_heading")){ ?> get_template_part( 'layout/template', 'skills' ); ?> } ?> if(get_field("workinfo_screen_heading")){ ?> get_template_part( 'layout/template', 'workBotInfoWrapper' ); ?> } ?> // get_template_part( 'layout/template', 'descAndMokap' ); ?> if(get_field("partswork_screen_heading")){ ?> get_template_part( 'layout/template', 'stepWorks' ); ?> } ?> // get_template_part( 'layout/template', 'listRewiev' ); ?> if(have_rows('question_list')){ ?> get_template_part( 'layout/template', 'questAndAnswer' ); ?> } ?> get_template_part( 'layout/template', 'priceBlock' ); ?>