Sid Gifari File Manager
🏠 Root
/
home
/
ailwtbdh
/
lynchestinegroup.com
/
wp-content
/
themes
/
koncrete
/
woocommerce
/
custom
/
template-parts
/
Editing: content-shop-header.php
<?php /** * @author RadiusTheme * @since 1.0 * @version 1.0 */ use radiustheme\Koncrete\Helper; use radiustheme\Koncrete\RDTheme; ?> <div id="primary" class="content-area content-padding"> <div class="container"> <div class="row"> <?php if ( RDTheme::$layout == 'left-sidebar' ) { get_sidebar(); } ?> <div class="<?php echo esc_attr( Helper::the_layout_class() );?>"> <main id="main" class="site-main">
Save
Cancel