Dashboard
PHP:
8.1.33
OS:
Linux
User:
lawtemple
/
/
home
/
www
/
lawtemplefirm.com
/
wp-content
/
themes
/
law-temple-theme
📤 Upload
📝 New File
📁 New Folder
Close
Editing: front-page.php
<?php get_header(); ?><main id="main-content"><?php foreach(lt_theme_section_keys() as $section){$file=LT_THEME_DIR.'template-parts/home/'.$section.'.php';if(file_exists($file)){lt_theme_template_part_before('home_'.$section);get_template_part('template-parts/home/'.$section);lt_theme_template_part_after('home_'.$section);}} ?></main><?php get_footer(); ?>
Save
Cancel