Garage WordPress Child Theme Download

Download

information page

Parent theme dependency

For the Garage Parent WordPress Theme by cmsmasters visit the Demo page & Info page.

garage-child/style.css

/*
Theme Name: Garage Child
Template: garage
*/

garage-child/functions.php

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

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

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

garage-child/js/view.js

 

Build information

  Ben // garage-child // ID: #16914Dec 14 2018
functions.php
style.css
screenshot.png
[dir] js/
      » view.js
0D5766B9B2D35CD19A8336C0EED7DE2B 4KB

Folder Structure

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