Lily WordPress Child Theme Download

Download

information page

Parent theme dependency

For the Lily Parent WordPress Theme by ThemeMove visit the Demo page & Info page.

lily-child/style.css

/*
Theme Name: Lily Child
Template: lily
*/

lily-child/functions.php

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

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

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

lily-child/js/scripts.js

 

Build information

  Ben // lily-child // ID: #9797Dec 13 2018
functions.php
style.css
screenshot.png
[dir] js/
      » scripts.js
7D575FA71860B430E51579F46A519A1D 4KB

Folder Structure

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