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