absint($intro_page ), 'post_status' => 'publish', 'post_type' => 'page', ); $loop = new WP_Query($args); if ( $loop->have_posts() ) : ?>

have_posts()) : $loop->the_post();?>

absint( $service_number ), 'post_type' => 'post', 'post_status' => 'publish', 'paged' => 1, ); if ( absint( $service_category ) > 0 ) { $service_args['cat'] = absint( $service_category ); } // Fetch posts. $the_query = new WP_Query( $service_args ); ?> have_posts() ) : ?> have_posts() ) : $the_query->the_post();?>

absint( $blog_number ), 'post_type' => 'post', 'post_status' => 'publish', 'paged' => 1, ); if ( absint( $blog_category ) > 0 ) { $blog_args['cat'] = absint( $blog_category ); } // Fetch posts. $the_query = new WP_Query( $blog_args ); $blog_category_link = get_category_link(absint($blog_category)); ?> have_posts() ) : $cn =0; while ( $the_query->have_posts() ) : $the_query->the_post(); $cn++; $image_class = ''; if( !has_post_thumbnail()){ $image_class = 'no-image'; } ?>