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