wp_kses( _x( 'Published in%title', 'Parent post link', 'akella' ), array( 'span' => array( 'class' => array() ) ) ), ) ); } elseif ( is_singular( 'post' ) ) { // Previous/next post navigation. akella_the_post_navigation(); } // Include biography template. if ( '' !== get_the_author_meta( 'description' ) ) { get_template_part( 'template-parts/content/biography' ); } // Include related posts template. if ( true === get_theme_mod( 'related_posts', true ) ) { akella_related_posts(); } get_template_part( 'template-parts/content/content', 'widgets-1' ); // 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; ?>