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