Innovation WordPress Child Theme Download

Download

information page

Parent theme dependency

For the Innovation Parent WordPress Theme by Theme-Ruby visit the Demo page & Info page.

innovation-child/style.css

/*
Theme Name: Innovation Child
Template: innovation
*/

innovation-child/functions.php

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

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

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

innovation-child/js/scripts.js

 

Build information

  Ben // innovation-child // ID: #9623Dec 13 2018
functions.php
style.css
screenshot.png
[dir] js/
      » scripts.js
9A2EEC50935C256F97FE0EECFD52E614 4KB

Folder Structure

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