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