'post',
'post__in' => $business_lawyer_firm_project_section,
'orderby' => 'post__in'
);
$query = new WP_Query( $args );
if ( $query->have_posts() ) :
?>
have_posts() ) : $query->the_post(); ?>
'post',
'post__in' => $business_lawyer_firm_other_project_section,
'orderby' => 'post__in'
);
$query = new WP_Query( $args );
if ( $query->have_posts() ) :
$i = 1;
?>
have_posts() ) : $query->the_post(); ?>