File Editor
Directories:
.. (Back)
core
css
fonts
images
js
Files:
404.php
archive.php
author-intro.php
author.php
breadcrums.php
category.php
comments.php
customizer.php
footer-callout.php
footer.php
front-page.php
fullwidth.php
functions.php
google-font.php
header.php
home-blog.php
home-portfolio.php
home-services.php
home-slideshow.php
index.php
more.php
nocontent.php
options-reset.php
page-leftsb.php
page.php
post-content.php
post-page.php
readme.txt
rtl.css
search.php
searchform.php
sidebar.php
single.php
style.css
tag.php
woocommerce.php
Create New File
Create
Edit File: front-page.php
<?php get_header(); $wl_theme_options = weblizar_get_options(); $wl_theme_options['_frontpage']; if ($wl_theme_options['_frontpage']=="1" && is_front_page()) { get_template_part('home','slideshow'); if($wl_theme_options['service_home'] == "1") { get_template_part('home','services'); } if($wl_theme_options['portfolio_home'] == "1") { get_template_part('home','portfolio'); } if($wl_theme_options['show_blog'] == "1") { get_template_part('home','blog'); } if($wl_theme_options['fc_home'] == "1") { get_template_part('footer','callout'); } get_footer(); } else { if(is_page()){ get_template_part('page'); }else{ get_template_part('index'); } } ?>
Save Changes
Rename File
Rename