Sid Gifari File Manager
🏠 Root
/
home
/
ailwtbdh
/
lynchestinegroup.com
/
wp-content
/
themes
/
koncrete
/
template-parts
/
testimony
/
Editing: archive-testimony.php
<?php /** * @author RadiusTheme * @since 1.0 * @version 1.0 */ namespace radiustheme\Koncrete; $container_class = 'container content-padding'; ?> <div class=""> <div class="<?php echo esc_attr( $container_class ); ?>"> <div class="row"> <?php Helper::left_sidebar(); ?> <div class="<?php echo esc_attr( Helper::the_layout_class() ); ?>"> <?php get_template_part('template-parts/testimony/content-testimony-1') ?> </div> <?php Helper::right_sidebar(); ?> </div> </div> </div> <?php get_footer(); ?>
Save
Cancel