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