{Ninja-Shell}
Home
Info
Upload
Command
View /etc/passwd
cPanel Reset Password
Filename: /var/www//1stopsheba///wp-content/themes/healsoul/single-case_study.php
<?php /** * The template for displaying all single case study posts. * * @package Healsoul * @since 1.0 */ get_header(); ?> <?php Healsoul_Templates::title_bar(); ?> <div id="page-content" class="page-content"> <div class="container"> <div class="row"> <?php Healsoul_Templates::render_sidebar( 'left' ); ?> <div class="page-main-content"> <?php while ( have_posts() ) : the_post(); ?> <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>> <div class="entry-header"> <?php the_title( '<h1 class="entry-title">', '</h1>' ); ?> <div class="post-categories"> <?php echo get_the_term_list( get_the_ID(), 'case_study_category', '', ', ', '' ); ?> </div> </div> <?php the_content(); ?> </article> <?php // If comments are open or we have at least one comment, load up the comment template. if ( Healsoul::setting( 'single_case_study_comment_enable' ) === '1' && ( comments_open() || get_comments_number() ) ) : comments_template(); endif; ?> <?php if ( Healsoul::setting( 'single_case_study_comment_enable' ) === '1' ) : ?> <?php get_template_part( 'components/comment-form' ); ?> <?php endif; ?> <?php endwhile; ?> </div> <?php Healsoul_Templates::render_sidebar( 'right' ); ?> </div> </div> </div> <?php get_footer();
./Ninja\.