' ' . '' . __( 'Next post:', 'bam' ) . '
' . '%title', 'prev_text' => ' ' . '' . __( 'Previous post:', 'bam' ) . '
' . '%title', ) ); } // Author Box. if ( true == get_theme_mod( 'bam_show_authorbox', true ) ) { get_template_part( 'partials/single/author-box' ); } // Related Posts. if ( true == get_theme_mod( 'bam_show_related_posts', true ) ) { get_template_part( 'partials/single/related-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. ?>