Soul WordPress Child Theme Download

Download

information page

Parent theme dependency

For the Soul Parent WordPress Theme by kaaz visit the Demo page & Info page.

soul-child/style.css

/*
Theme Name: Soul Child
Template: soul
*/

soul-child/functions.php

<?php
add_action('wp_enqueue_scripts', 'wp_child_theme');
function wp_child_theme()
{
      wp_enqueue_style('parent-stylesheet', './soul/style.css');
      wp_enqueue_style('child-stylesheet', './soul-child/style.css');
      wp_enqueue_script('child-scripts', './soul-child/js/view.js', array('jquery'), '6.1.1', true);
}
?>

soul-child/screenshot.png (1200px x 900px)

<img src="./screenshot.png" alt="soul child theme screenshot">

soul-child/js/scripts.js

 

Build information

  Ben // soul-child // ID: #16662Dec 14 2018
functions.php
style.css
screenshot.png
[dir] js/
      » scripts.js
65ABCF6807A6FCF9C2C1E9282DB3FC4C 4KB

Folder Structure

Parent *soul/
Child **soul-child/
* Required theme for this child theme to work
** This child theme (download)