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