'post', 'order' => 'ASC', 'posts_per_page' => '-1', 'post__in' => array($atomy_post_name_parallax)); $atomy_query_parallax = new WP_Query( $atomy_args_parallax); // The Loop if ($atomy_query_parallax->have_posts() ) { while ($atomy_query_parallax->have_posts() ) { $atomy_query_parallax->the_post(); } } ?>