Dashboard
PHP:
8.2.30
OS:
Linux
User:
dh_nv8b2m
/
/
home
/
dh_nv8b2m
/
sadikoua.com
/
wp-content
/
themes
/
lay
📤 Upload
📝 New File
📁 New Folder
Close
Editing: index.php
<?php get_header(); ?> <div id="intro-region"></div> <div id="search-region"></div> <?php if ( post_password_required( $post ) ) { echo get_the_password_form(); } else { if ( class_exists('WooCommerce') && have_posts() ) { global $post; $content = get_the_content(); if(trim($content) != '') { ?> <div id="lay-woocommerce" class="lay-textformat-parent"> <?php the_content(); ?> </div><!-- #lay-woocommerce --> <?php } } $layout = Lay_Layout::getLayoutInit(); echo $layout; ?> <div id="lay-overlays"> <?php echo Lay_Overlays::getOverlays($layout); ?> </div> <?php echo ProjectsOverlaysOptions::getMarkup(); ?> <?php } get_footer();
Save
Cancel