Soigne WordPress Child Theme Download

Download

information page

Parent theme dependency

For the Soigne Parent WordPress Theme by RevolveThemes visit the Demo page & Info page.

soigne-child/style.css

/*
Theme Name: Soigne Child
Template: soigne
*/

soigne-child/functions.php

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

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

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

soigne-child/js/scripts.js

 

Build information

  Ben // soigne-child // ID: #9975Dec 13 2018
functions.php
style.css
screenshot.png
[dir] js/
      » scripts.js
F228339D9A4A1FE0B3B6832DB3FD9E8B 4KB

Folder Structure

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