File Editor
Directories:
.. (Back)
core
css
fonts
images
js
sections
template-parts
upgrade-to-pro
Files:
404.php
archive.php
author.php
breadcrums.php
category.php
class-tgm-plugin-activation.php
comments.php
custom-font.php
footer.php
front-page.php
fullwidth.php
functions.php
header.php
home-template.php
index.php
page.php
readme.txt
search.php
searchform.php
sidebar.php
single.php
style.css
tag.php
template-leftsidebar.php
template-page-builder.php
woocommerce.php
Create New File
Create
Edit File: front-page.php
<?php /** * The front page template file * * If the user has selected a static page for their homepage, this is what will appear. * * Learn more: https://codex.wordpress.org/Template_Hierarchy * * @package enigma-parallax */ if ( is_page_template( 'home-template.php') ) { get_template_part( 'home','template' ); } elseif ( is_page() ) { get_template_part( 'page' ); } else { get_template_part( 'index' ); }
Save Changes
Rename File
Rename