3, 'post_type' => 'page', 'post__in' => $buildcon_lite_pages, 'orderby' => 'post__in' ); $query = new WP_Query( $args ); if ( $query->have_posts() ) : $sld = 7; ?>
have_posts() ) : $query->the_post(); $i++; $buildcon_lite_slideno[] = $i; $buildcon_lite_slidetitle[] = get_the_title(); $buildcon_lite_slidedesc[] = get_the_excerpt(); $buildcon_lite_slidelink[] = esc_url(get_permalink()); ?>
'; $welcomettl = get_theme_mod('wel-section-ttl',true); if( $welcomettl != '' ){ echo '

'.esc_html( get_theme_mod('wel-section-ttl',true )).'

'; } echo '
'; for( $wel = 1; $wel<4; $wel++ ) { if( get_theme_mod( 'wel-setting'.$wel,true ) !='' ){ $wel_query = new WP_Query(array('page_id' => get_theme_mod('wel-setting'.$wel))); while( $wel_query->have_posts() ) : $wel_query->the_post(); echo ''; endwhile; } } echo '
'; } /********** * Homepage Service boxees Section **********/ $hidewelcome = get_theme_mod('hide_ser_section','1'); if( $hidewelcome == '' ){ echo '
'; $servicettl = get_theme_mod('ser-section-ttl',true); if( $servicettl != '' ){ echo '

'.esc_html( get_theme_mod('ser-section-ttl',true )).'

'; } echo '
'; for( $ser = 1; $ser<4; $ser++ ) { if( get_theme_mod( 'ser-setting'.$ser,true ) !='' ){ $ser_query = new WP_Query(array('page_id' => get_theme_mod('ser-setting'.$ser))); while( $ser_query->have_posts() ) : $ser_query->the_post(); echo ''; endwhile; } } echo '
'; } ?>