'' . esc_html__( 'Next Post', 'oviyan-lite' ) . ' %title', 'prev_text' => '' . esc_html__( 'Previous Post', 'oviyan-lite' ) . ' %title', ) ); // If releted are true load up the releted post template. if(!empty($related_post_show)){ get_template_part( 'template-parts/releted-catagories-posts' ); } // 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. ?>