Education Soul WordPress Child Theme Download
Read our risk warning before downloading & installing
Parent theme dependency
For the Education Soul Parent WordPress Theme by wenthemes Demo page & Info page .
education-soul-child/style.css
/*
Theme Name: Education Soul Child
Author: ChildThemeWP.com
Author URI: https://childthemewp.com/education-soul/
Description: Education Soul WordPress child theme.
Template: education-soul
Text Domain: education-soul-child
*/
education-soul-child/functions.php
<?php
add_action( 'wp_enqueue_scripts', 'enqueue_education-soul_child' );
function enqueue_education-soul_child()
{
wp_enqueue_style('education-soul-css', './education-soul/style.css' );
wp_enqueue_style('education-soul-child-css', './education-soul-child/style.css');
wp_enqueue_script('education-soul-child-js', './education-soul-child/js/script.js', array( 'jquery' ), '1.0', true );
}
?>
education-soul-child/screenshot.png (1200px x 900px)
<img src="./screenshot.png" alt="education-soul child theme screenshot">
education-soul-child/js/script.js
/* education-soul Javascript */
Build information
functions.php |
style.css |
screenshot.png |
[dir] js/ |
» script.js |
Hash: c92d023a8128e3615484ad4b5393932d ~4KB |
Folder Structure
Parent * | education-soul/ |
Child ** | education-soul-child/ |
* Required theme for this child theme to work ** This child theme (download) |
---|