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