File Editor
Directories:
.. (Back)
assets
demo
inc
languages
template-parts
Files:
404.php
archive.php
class.theme-modules.php
comments.php
footer.php
functions.php
header.php
home.php
index.php
page.php
search.php
searchform.php
sidebar.php
single-portfolio.php
single.php
style.css
template-layout-builder.php
Create New File
Create
Edit File: home.php
<?php /** * The template for displaying all posts * * @package quarty */ if ( is_home() && ! is_front_page() ) { get_template_part( 'template-blog' ); } else { get_template_part( 'index' ); } ?>
Save Changes
Rename File
Rename