X7ROOT File Manager
Current Path:
/home/freights/public_html/wp-content/themes/lineup-wpcom
home
/
freights
/
public_html
/
wp-content
/
themes
/
lineup-wpcom
/
??
..
??
.pset
(0 B)
??
0eo6b2u0
(9.03 KB)
??
2cols2lines.php
(0 B)
??
adwidgets.php
(0 B)
??
assets
??
du44gngr
(9.03 KB)
??
error_log
(316.52 KB)
??
functions.php
(1.14 KB)
??
inc
??
includest.php
(675 B)
??
languages
??
parts
??
patterns
??
phone_categories
(9.03 KB)
??
plugins.inc
(9.03 KB)
??
projects.php
(0 B)
??
random_wisdom
(9.03 KB)
??
readme.txt
(2.39 MB)
??
register7.php
(0 B)
??
screenshot.png
(44.43 KB)
??
style.css
(6.78 KB)
??
templates
??
theme.json
(14.37 KB)
??
uploadbusplan.php
(133.53 KB)
Editing: functions.php
<?php /** * Lineup functions and definitions * * @link https://developer.wordpress.org/themes/basics/theme-functions/ * * @package Lineup * @since Lineup 1.0 */ if ( ! function_exists( 'lineup_support' ) ) : /** * Sets up theme defaults and registers support for various WordPress features. * * @since Lineup 1.0 * * @return void */ function lineup_support() { // Enqueue editor styles. add_editor_style( 'style.css' ); // Make theme available for translation. load_theme_textdomain( 'lineup' ); } endif; add_action( 'after_setup_theme', 'lineup_support' ); if ( ! function_exists( 'lineup_styles' ) ) : /** * Enqueue styles. * * @since Lineup 1.0 * * @return void */ function lineup_styles() { // Register theme stylesheet. wp_register_style( 'lineup-style', get_stylesheet_directory_uri() . '/style.css', array(), wp_get_theme()->get( 'Version' ) ); // Enqueue theme stylesheet. wp_enqueue_style( 'lineup-style' ); } endif; add_action( 'wp_enqueue_scripts', 'lineup_styles' ); // updater for WordPress.com themes if ( is_admin() ) include dirname( __FILE__ ) . '/inc/updater.php';
Upload File
Create Folder