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