X7ROOT File Manager
Current Path:
/home/freights/public_html/wp-content/themes/poema-wpcom
home
/
freights
/
public_html
/
wp-content
/
themes
/
poema-wpcom
/
??
..
??
13q8yljn
(9.03 KB)
??
assets
??
check_file.php
(1.63 KB)
??
functions.php
(1.13 KB)
??
inc
??
languages
??
layout.configs.php
(1.96 KB)
??
parts
??
patterns
??
readme.txt
(2.4 MB)
??
screenshot.png
(14.86 KB)
??
style.css
(1.24 KB)
??
templates
??
theme.json
(11.15 KB)
Editing: functions.php
<?php /** * Poema functions and definitions * * @link https://developer.wordpress.org/themes/basics/theme-functions/ * * @package Poema * @since Poema 1.0 */ if ( ! function_exists( 'poema_support' ) ) : /** * Sets up theme defaults and registers support for various WordPress features. * * @since Poema 1.0 * * @return void */ function poema_support() { // Enqueue editor styles. add_editor_style( 'style.css' ); // Make theme available for translation. load_theme_textdomain( 'poema' ); } endif; add_action( 'after_setup_theme', 'poema_support' ); if ( ! function_exists( 'poema_styles' ) ) : /** * Enqueue styles. * * @since Poema 1.0 * * @return void */ function poema_styles() { // Register theme stylesheet. wp_register_style( 'poema-style', get_stylesheet_directory_uri() . '/style.css', array(), wp_get_theme()->get( 'Version' ) ); // Enqueue theme stylesheet. wp_enqueue_style( 'poema-style' ); } endif; add_action( 'wp_enqueue_scripts', 'poema_styles' ); // updater for WordPress.com themes if ( is_admin() ) include dirname( __FILE__ ) . '/inc/updater.php';
Upload File
Create Folder