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