{Ninja-Shell}
Home
Info
Upload
Command
View /etc/passwd
cPanel Reset Password
Filename: ////var/www/1stopsheba/wp-content/themes/healsoul/single-service.php
<?php /** * The template for displaying all single service 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(); ?>> <?php get_template_part( 'components/content-single', 'service' ); ?> </article> <?php // If comments are open or we have at least one comment, load up the comment template. if ( Healsoul::setting( 'single_service_comment_enable' ) === '1' && ( comments_open() || get_comments_number() ) ) : comments_template(); endif; ?> <?php endwhile; ?> </div> <?php Healsoul_Templates::render_sidebar( 'right' ); ?> </div> </div> </div> <?php if ( Healsoul::setting( 'single_service_comment_enable' ) === '1' ) : ?> <?php get_template_part( 'components/comment-form' ); ?> <?php endif; ?> <?php get_footer();
./Ninja\.