'

' . __( 'Pages:', 'nightingale' ), 'after' => '

', 'link_before' => '', 'link_after' => '', 'next_or_number' => 'number', 'separator' => ' ', 'nextpagelink' => __( 'Next page', 'nightingale' ), 'previouspagelink' => __( 'Previous page', 'nightingale' ), 'pagelink' => '%', 'echo' => 1, ); wp_link_pages( $defaults ); nightingale_get_prev_next(); // If comments are open or we have at least one comment, load up the comment template. if ( comments_open() || get_comments_number() ) : comments_template(); endif; endwhile; // End of the loop. ?>