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