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