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