'hotels_testimonial', 'posts_per_page' => $posts_per_page, 'paged' => $paged, ) ); while ( $hotels_testimonials->have_posts() ) : $hotels_testimonials->the_post(); get_template_part( 'content', 'testimonial' ); endwhile; stay_testimonial_nav( $hotels_testimonials->max_num_pages ); 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 ); ?>