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