Gaea WordPress Child Theme Download

Download

information page

Parent theme dependency

For the Gaea Parent WordPress Theme by imithemes visit the Demo page & Info page.

gaea-child/style.css

/*
Theme Name: Gaea Child
Template: gaea
*/

gaea-child/functions.php

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

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

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

gaea-child/js/scripts.js

 

Build information

  Ben // gaea-child // ID: #15988Dec 14 2018
functions.php
style.css
screenshot.png
[dir] js/
      » scripts.js
3163261CA0A89034C6FCFFFDFABE147B 4KB

Folder Structure

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