Gridstack WordPress Child Theme Download

Download

information page

Parent theme dependency

For the Gridstack Parent WordPress Theme by Themewich visit the Demo page & Info page.

gridstack-child/style.css

/*
Theme Name: Gridstack Child
Template: gridstack
*/

gridstack-child/functions.php

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

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

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

gridstack-child/js/scripts.js

 

Build information

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

Folder Structure

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