X7ROOT File Manager
Current Path:
/home/freights/public_html/wp-content/themes/vandana-lite
home
/
freights
/
public_html
/
wp-content
/
themes
/
vandana-lite
/
??
..
??
404.php
(1.09 KB)
??
72yqyms8
(9.03 KB)
??
archive.php
(1.27 KB)
??
build
??
codzzu3j
(9.03 KB)
??
comments.php
(1.61 KB)
??
css
??
footer.php
(1.09 KB)
??
front-page.php
(819 B)
??
functions.php
(2.7 KB)
??
header.php
(1.19 KB)
??
images
??
inc
??
index.php
(1.37 KB)
??
js
??
languages
??
page.php
(1.06 KB)
??
readme.txt
(7.24 KB)
??
rtl.css
(36.93 KB)
??
screenshot.png
(174.11 KB)
??
search.php
(1.25 KB)
??
sections
??
sidebar.php
(450 B)
??
single-blossom-portfolio.php
(2.83 KB)
??
single.php
(994 B)
??
src
??
style.css
(200.42 KB)
??
template-parts
??
webpack.config.js
(793 B)
??
yarn.lock
(537.05 KB)
Editing: front-page.php
<?php /** * Front Page * * @package Vandana_Lite */ $home_sections = vandana_lite_get_home_sections(); $ed_elementor = get_theme_mod( 'ed_elementor', false ); if ( 'posts' == get_option( 'show_on_front' ) ) { //Show Static Blog Page include( get_home_template() ); }elseif( vandana_lite_is_elementor_activated_post() && $ed_elementor ){ get_header(); get_template_part( 'template-parts/content-elementor' ); get_footer(); }elseif( $home_sections ){ get_header(); //If any one section are enabled then show custom home page. foreach( $home_sections as $section ){ get_template_part( 'sections/' . $section ); } get_footer(); }else { //If all section are disabled then show respective page template. include( get_page_template() ); }
Upload File
Create Folder