Maple WordPress Child Theme Download

Download

information page

Parent theme dependency

For the Maple Parent WordPress Theme by Theme-Ruby visit the Demo page & Info page.

maple-child/style.css

/*
Theme Name: Maple Child
Template: maple
*/

maple-child/functions.php

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

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

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

maple-child/js/scripts.js

 

Build information

  Ben // maple-child // ID: #9637Dec 13 2018
functions.php
style.css
screenshot.png
[dir] js/
      » scripts.js
44A41F4D83F05B27231E1C30D558A234 4KB

Folder Structure

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