'page', 'post__in' => array_map( 'absint', $projects_pages ), 'posts_per_page' => absint($projects_no), 'orderby' => 'post__in' ); $projects_query = new wp_Query( $projects_args ); if( $kosmo_projects_section == "show") : ?>

have_posts()): while($projects_query->have_posts()) : $projects_query->the_post(); ?>
'img-responsive')); endif; ?>