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