Current Path: > home > codekrsu > > escapematrixonline.com > wp-content > themes > > vandana-lite
Operation : Linux premium131.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64 Software : Apache Server IP : 162.0.232.56 | Your IP: 216.73.216.111 Domains : 1034 Domain(s) Permission : [ 0755 ]
Name | Type | Size | Last Modified | Actions |
---|---|---|---|---|
build | Directory | - | - | |
css | Directory | - | - | |
images | Directory | - | - | |
inc | Directory | - | - | |
js | Directory | - | - | |
languages | Directory | - | - | |
sections | Directory | - | - | |
src | Directory | - | - | |
template-parts | Directory | - | - | |
404.php | File | 1121 bytes | May 13 2025 15:38:53. | |
archive.php | File | 1297 bytes | May 13 2025 15:38:53. | |
comments.php | File | 1652 bytes | May 13 2025 15:38:53. | |
footer.php | File | 1120 bytes | May 13 2025 15:38:53. | |
front-page.php | File | 819 bytes | May 13 2025 15:38:53. | |
functions.php | File | 2761 bytes | May 13 2025 15:38:53. | |
header.php | File | 1219 bytes | May 13 2025 15:38:53. | |
index.php | File | 1403 bytes | May 13 2025 15:38:53. | |
page.php | File | 1084 bytes | May 13 2025 15:38:53. | |
readme.txt | File | 7415 bytes | May 13 2025 15:38:53. | |
rtl.css | File | 37817 bytes | May 13 2025 15:38:53. | |
screenshot.png | File | 178290 bytes | May 13 2025 15:38:53. | |
search.php | File | 1277 bytes | May 13 2025 15:38:53. | |
sidebar.php | File | 450 bytes | May 13 2025 15:38:53. | |
single-blossom-portfolio.php | File | 2902 bytes | May 13 2025 15:38:53. | |
single.php | File | 994 bytes | May 13 2025 15:38:53. | |
style.css | File | 205225 bytes | May 13 2025 15:38:53. | |
webpack.config.js | File | 793 bytes | May 13 2025 15:38:53. | |
yarn.lock | File | 549935 bytes | May 13 2025 15:38:53. |
<?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() ); }
SILENT KILLER Tool