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