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