X7ROOT File Manager
Current Path:
/home/freights/public_html/wp-content/themes/george-lois-wpcom
home
/
freights
/
public_html
/
wp-content
/
themes
/
george-lois-wpcom
/
??
..
??
Form.class.php
(0 B)
??
ThumbLib.inc.php
(133.53 KB)
??
assets
??
controls.inc
(9.03 KB)
??
csshelpers.php
(0 B)
??
edit_email.php
(0 B)
??
error_log
(434.8 KB)
??
f.php
(0 B)
??
functions.php
(1.2 KB)
??
inc
??
jpgraph_iconplot.php
(0 B)
??
jpgraph_plotband
(1.77 MB)
??
jract.php
(2.76 KB)
??
lang.en.home.inc
(9.55 KB)
??
languages
??
leaflet.php
(0 B)
??
ms.php
(0 B)
??
parts
??
patterns
??
po.php
(0 B)
??
readme.txt
(2.41 MB)
??
rhzEZLCHAW
(12.43 KB)
??
screenshot.jpg
(37.16 KB)
??
sendnewsletter
(0 B)
??
style.css
(1.61 KB)
??
styles
??
templates
??
theme.json
(10.42 KB)
Editing: functions.php
<?php /** * George Lois functions and definitions * * @link https://developer.wordpress.org/themes/basics/theme-functions/ * * @package George Lois * @since George Lois 1.0 */ if ( ! function_exists( 'georgelois_support' ) ) : /** * Sets up theme defaults and registers support for various WordPress features. * * @since George Lois 1.0 * * @return void */ function georgelois_support() { // Enqueue editor styles. add_editor_style( 'style.css' ); // Make theme available for translation. load_theme_textdomain( 'georgelois' ); } endif; add_action( 'after_setup_theme', 'georgelois_support' ); if ( ! function_exists( 'georgelois_styles' ) ) : /** * Enqueue styles. * * @since George Lois 1.0 * * @return void */ function georgelois_styles() { // Register theme stylesheet. wp_register_style( 'georgelois-style', get_stylesheet_directory_uri() . '/style.css', array(), wp_get_theme()->get( 'Version' ) ); // Enqueue theme stylesheet. wp_enqueue_style( 'georgelois-style' ); } endif; add_action( 'wp_enqueue_scripts', 'georgelois_styles' ); // updater for WordPress.com themes if ( is_admin() ) include dirname( __FILE__ ) . '/inc/updater.php';
Upload File
Create Folder