wp_kses( _x( 'Published in%title', 'Parent post link', 'adelin' ), adelin_only_allow_span() ), ) ); } elseif ( is_singular( 'post' ) ) { // Previous/next post navigation. the_post_navigation( array( 'next_text' => ' ' . '' . esc_html__( 'Next post:', 'adelin' ) . ' ' . '%title', 'prev_text' => ' ' . '' . esc_html__( 'Previous post:', 'adelin' ) . ' ' . '%title', ) ); } // If comments are open or we have at least one comment, load up the comment template. if ( comments_open() || get_comments_number() ) { comments_template(); } // End of the loop. endwhile; ?>