Brown-ish Grid WordPress Child Theme Download
Parent theme dependency
For the Brown-ish Grid Parent WordPress Theme by #simonpeterong visit the Demo page & Info page.
brown-ish-grid-child/style.css
/*
Theme Name: Brown-ish Grid Child
Template: brown-ish-grid
*/
brown-ish-grid-child/functions.php
<?php
add_action('wp_enqueue_scripts', 'wp_child_theme');
function wp_child_theme()
{
wp_enqueue_style('parent-stylesheet', './brown-ish-grid/style.css');
wp_enqueue_style('child-stylesheet', './brown-ish-grid-child/style.css');
wp_enqueue_script('child-scripts', './brown-ish-grid-child/js/view.js', array('jquery'), '6.1.1', true);
}
?>
brown-ish-grid-child/screenshot.png (1200px x 900px)
<img src="./screenshot.png" alt="brown-ish-grid child theme screenshot">
brown-ish-grid-child/js/view.js
Build information
functions.php |
style.css |
screenshot.png |
[dir] js/ |
» view.js |
Folder Structure
Parent * | brown-ish-grid/ |
Child ** | brown-ish-grid-child/ |
* Required theme for this child theme to work ** This child theme (download) |
---|