<?php while ( have_posts() ) : the_post(); ?> <?php the_content(); ?> <?php wp_link_pages( array( 'before' => '<nav class="pagination">', 'after' => '</nav>' ) ); ?> <?php comments_template( '/templates/comments.php' ); ?> <?php endwhile; ?>