{Ninja-Shell}
Home
Info
Upload
Command
View /etc/passwd
cPanel Reset Password
Filename: /var/www//1stopsheba///wp-content/themes/healsoul/page.php
<?php /** * The template for displaying all pages. * * This is the template that displays all pages by default. * Please note that this is the WordPress construct of pages * and that other 'pages' on your WordPress site may use a * different template. * * @link https://codex.wordpress.org/Template_Hierarchy * * @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 id="page-main-content" class="page-main-content"> <?php while ( have_posts() ) : the_post(); get_template_part( 'components/content', 'page' ); // 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; if ( ( comments_open() || get_comments_number() ) ) : ?> <div class="page-comment-form"> <div class="container"> <div class="row"> <div class="col-md-12"> <?php Healsoul_Templates::comment_form(); ?> </div> </div> </div> </div> <?php endif; endwhile; // End of the loop. ?> </div> <?php Healsoul_Templates::render_sidebar( 'right' ); ?> </div> </div> </div> <?php get_footer();
./Ninja\.