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: functions.php
<?php /** * Vandana Lite functions and definitions * * @link https://developer.wordpress.org/themes/basics/theme-functions/ * * @package Vandana_Lite */ $vandana_lite_theme_data = wp_get_theme(); if( ! defined( 'VANDANA_LITE_THEME_VERSION' ) ) define( 'VANDANA_LITE_THEME_VERSION', $vandana_lite_theme_data->get( 'Version' ) ); if( ! defined( 'VANDANA_LITE_THEME_NAME' ) ) define( 'VANDANA_LITE_THEME_NAME', $vandana_lite_theme_data->get( 'Name' ) ); if( ! defined( 'VANDANA_LITE_THEME_TEXTDOMAIN' ) ) define( 'VANDANA_LITE_THEME_TEXTDOMAIN', $vandana_lite_theme_data->get( 'TextDomain' ) ); /** * Custom Functions. */ require get_template_directory() . '/inc/custom-functions.php'; /** * Standalone Functions. */ require get_template_directory() . '/inc/extras.php'; /** * Template Functions. */ require get_template_directory() . '/inc/template-functions.php'; /** * Custom functions for selective refresh. */ require get_template_directory() . '/inc/partials.php'; /** * Fontawesome */ require get_template_directory() . '/inc/fontawesome.php'; /** * Custom Controls */ require get_template_directory() . '/inc/custom-controls/custom-control.php'; /** * Customizer additions. */ require get_template_directory() . '/inc/customizer/customizer.php'; /** * Widgets */ require get_template_directory() . '/inc/widgets.php'; /** * Metabox */ require get_template_directory() . '/inc/metabox.php'; /** * Typography Functions */ require get_template_directory() . '/inc/typography.php'; /** * Dynamic Styles */ require get_template_directory() . '/css/style.php'; /** * Plugin Recommendation */ require get_template_directory() . '/inc/tgmpa/recommended-plugins.php'; /** * Dashboard */ require get_template_directory() . '/inc/dashboard/dashboard.php'; /** * Add theme compatibility function for woocommerce if active */ if( vandana_lite_is_woocommerce_activated() ){ require get_template_directory() . '/inc/woocommerce-functions.php'; } /** * Add theme compatibility function for blossom toolkit if active */ if( vandana_lite_is_bttk_activated() ){ require get_template_directory() . '/inc/toolkit-functions.php'; } /** * Add theme compatibility function for blossom themes newsletter if active */ if( vandana_lite_is_btnw_activated() ){ require get_template_directory() . '/inc/newsletter-functions.php'; } /** * Elementor Functions. */ if( vandana_lite_is_elementor_activated() ){ require get_template_directory() . '/inc/elementor-compatibility.php'; } /** * Implement Local Font Method functions. */ require get_template_directory() .'/inc/class-webfont-loader.php';
Upload File
Create Folder