'page', 'posts_per_page' => absint( $architecture_construction_number_of_featured_mission_items ), 'post__in' => $architecture_construction_featured_mission_posts, 'orderby' => 'post__in', 'ignore_sticky_posts' => true, ); $architecture_construction_default_image_url = get_template_directory_uri() . '/images/default_img.png'; $loop = new WP_Query($args); if ( $loop->have_posts() ) : $i = 0; $j = 0; while ($loop->have_posts()) : $loop->the_post(); $i++; $j++; ?>