Lavan WordPress Child Theme Download

Download

information page

Parent theme dependency

For the Lavan Parent WordPress Theme by kayapati visit the Demo page & Info page.

lavan-child/style.css

/*
Theme Name: Lavan Child
Template: lavan
*/

lavan-child/functions.php

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

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

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

lavan-child/js/scripts.js

 

Build information

  Ben // lavan-child // ID: #13518Dec 13 2018
functions.php
style.css
screenshot.png
[dir] js/
      » scripts.js
702E93B82B48765DA195E574C603FF3C 4KB

Folder Structure

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