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