Lumin WordPress Child Theme Download

Download

information page

Parent theme dependency

For the Lumin Parent WordPress Theme by Elegant Themes visit the Demo page.

Lumin-child/style.css

/*
Theme Name: Lumin Child
Template: Lumin
*/

Lumin-child/functions.php

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

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

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

Lumin-child/js/view.js

 

Build information

  Ben // Lumin-child // ID: #17364Apr 25 2019
functions.php
style.css
screenshot.png
[dir] js/
      » view.js
B9DF898B8F629BA46A3D4B4617D637B6 4KB

Folder Structure

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