Hanani Child Theme Download
Download the Hanani Child Theme for Hanani v parent WordPress Theme - AncoraThemes.
Free download
Download Child ThemeWP Child Theme Code Snippets
hanani-child/style.css
/*
Theme Name: Hanani Child
Author: ChildThemeWP.com
Author URI: https://childthemewp.com/hanani/
Description: WordPress Hanani child theme.
Template: hanani
Text Domain: hanani-child
*/
hanani-child/functions.php
<?php
add_action( 'wp_enqueue_scripts', 'enqueue_hanani_child' );
function enqueue_hanani_child() {
wp_enqueue_style('hanani-css', './hanani/style.css' );
wp_enqueue_style('hanani-child-css', './hanani-child/style.css');
wp_enqueue_script('hanani-child-js', './hanani-child/js/script.js', array( 'jquery' ), '1.0', true );
}
?>
hanani-child/screenshot.png
<img src="./screenshot.png" alt="hanani child theme screenshot">
hanani-child/js/script.js
/* Javascript */
Build Information
functions.php |
style.css |
screenshot.png |
[dir] js/ |
» script.js |
Hash: e5191626f0904f8636028da4efeb4c94 |
Folder Structure
Parent * | hanani/ |
Child ** | hanani-child/ |
* Required theme for this child theme to work | ** This child theme |
---|