' . esc_html( $back_text ) . ''; endif; echo '

' . esc_html( get_the_title() ) . '

'; if ( have_posts() ) { // Load posts loop. while ( have_posts() ) { the_post(); the_content(); // If comments are open or there is at least one comment, load up the comment template. if ( comments_open() || get_comments_number() ) { comments_template(); } } } ?>