Florist Flower Shop WordPress Child Theme Download
Parent theme dependency
For the Florist Flower Shop Parent WordPress Theme by #vowelweb visit the Demo page & Info page.
florist-flower-shop-child/style.css
/*
Theme Name: Florist Flower Shop Child
Template: florist-flower-shop
*/
florist-flower-shop-child/functions.php
<?php
add_action('wp_enqueue_scripts', 'wp_child_theme');
function wp_child_theme()
{
wp_enqueue_style('parent-stylesheet', './florist-flower-shop/style.css');
wp_enqueue_style('child-stylesheet', './florist-flower-shop-child/style.css');
wp_enqueue_script('child-scripts', './florist-flower-shop-child/js/view.js', array('jquery'), '6.1.1', true);
}
?>
florist-flower-shop-child/screenshot.png (1200px x 900px)
<img src="./screenshot.png" alt="florist-flower-shop child theme screenshot">
florist-flower-shop-child/js/scripts.js
Build information
functions.php |
style.css |
screenshot.png |
[dir] js/ |
» scripts.js |
Folder Structure
Parent * | florist-flower-shop/ |
Child ** | florist-flower-shop-child/ |
* Required theme for this child theme to work ** This child theme (download) |
---|