Flores Child Theme Download
Download the Flores Child Theme for Flores v parent WordPress Theme - orange-themes.
Free download
Download Child ThemeWP Child Theme Code Snippets
flores-child/style.css
/*
Theme Name: Flores Child
Author: ChildThemeWP.com
Author URI: https://childthemewp.com/flores/
Description: WordPress Flores child theme.
Template: flores
Text Domain: flores-child
*/
flores-child/functions.php
<?php
add_action( 'wp_enqueue_scripts', 'enqueue_flores_child' );
function enqueue_flores_child() {
wp_enqueue_style('flores-css', './flores/style.css' );
wp_enqueue_style('flores-child-css', './flores-child/style.css');
wp_enqueue_script('flores-child-js', './flores-child/js/script.js', array( 'jquery' ), '1.0', true );
}
?>
flores-child/screenshot.png
<img src="./screenshot.png" alt="flores child theme screenshot">
flores-child/js/script.js
/* Javascript */
Build Information
functions.php |
style.css |
screenshot.png |
[dir] js/ |
» script.js |
Hash: ee384a02e22087ee9ddcaacea9009b94 |
Folder Structure
Parent * | flores/ |
Child ** | flores-child/ |
* Required theme for this child theme to work | ** This child theme |
---|