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