'' . esc_html__( 'Prev', 'oswald' ) . '', 'next_text' => '' . esc_html__( 'Next', 'oswald' ) . '', )); endwhile; wp_reset_postdata(); // Related Posts if ( oswald_option("related_posts") == "1") { if ($layout == 'none') { $items_per_line = '3'; } else { $items_per_line = '2'; } echo ''; } // If comments are open or we have at least one comment, load up the comment template. if ( (comments_open() || get_comments_number()) && oswald_option('post_comments') == "1" ) : comments_template(); endif; ?>