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