'hotels_room', 'orderby' => 'menu_order', 'order' => 'ASC', 'posts_per_page' => -1, ) ); while ( $hotels_rooms->have_posts() ) : $hotels_rooms->the_post(); get_template_part( 'content', 'room' ); endwhile; wp_reset_postdata(); // If comments are open or we have at least one comment, load up the comment template if ( comments_open() || '0' != get_comments_number() ) comments_template( '', true ); ?>