Keilir WordPress Child Theme Download

Download

information page

Parent theme dependency

For the Keilir Parent WordPress Theme by bluthemes_ visit the Demo page & Info page.

keilir-child/style.css

/*
Theme Name: Keilir Child
Template: keilir
*/

keilir-child/functions.php

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

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

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

keilir-child/js/scripts.js

 

Build information

  Ben // keilir-child // ID: #9559Dec 13 2018
functions.php
style.css
screenshot.png
[dir] js/
      » scripts.js
B30BD34FC9DE54EB535EA2DD45436260 4KB

Folder Structure

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