term_id, 'services_category'); $args = array( 'post_type' => 'services', 'orderby' => 'menu_order', 'post__in' => $aleanta_pix_services, 'order' => 'ASC' ); $wp_query = new WP_Query( $args ); if ($wp_query->have_posts()): while ($wp_query->have_posts()) : $wp_query->the_post(); $aleanta_pix_thumbnail = get_the_post_thumbnail($post->ID, 'aleanta-services-thumb', array('class' => "full-width")); ?>