Eistruttore WordPress Child Theme Download

Download

information page

Parent theme dependency

For the Eistruttore Parent WordPress Theme by modeltheme visit the Demo page & Info page.

eistruttore-child/style.css

/*
Theme Name: Eistruttore Child
Template: eistruttore
*/

eistruttore-child/functions.php

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

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

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

eistruttore-child/js/scripts.js

 

Build information

  Ben // eistruttore-child // ID: #14784Dec 14 2018
functions.php
style.css
screenshot.png
[dir] js/
      » scripts.js
5C6BBA489889AC258B8B0B26BD504341 4KB

Folder Structure

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