'services', 'posts_per_page' => $bbt_theme_options['services_show'], 'orderby' => 'rand', ); $service_query = new WP_Query($args); if ($service_query->have_posts()) : ?>
post_count); while ($service_query->have_posts()) : $service_query->the_post(); ?>

'projects', 'posts_per_page' => $bbt_theme_options['projects_show'], ); $recent_project_query = new WP_Query($args); if ($recent_project_query->have_posts()) : while ($recent_project_query->have_posts()) : $recent_project_query->the_post(); ?>

Generic placeholder image

'testimonials', 'posts_per_page' => 3, 'orderby' => 'rand', ); $testimonial_query = new WP_Query($args); if ($testimonial_query->have_posts()) : ?>
have_posts()) : $testimonial_query->the_post(); $testimonial_column = intval(12 / $testimonial_query->post_count); ?>
Generic placeholder image


'post', 'posts_per_page' => 1, 'ignore_sticky_posts' => true, ); $recent_post_query = new WP_Query($args); if ($recent_post_query->have_posts()) : while ($recent_post_query->have_posts()) : $recent_post_query->the_post(); ?>
Generic placeholder image