Klein WordPress Child Theme Download

Download

information page

Parent theme dependency

For the Klein Parent WordPress Theme by dunhakdis visit the Demo page & Info page.

klein-child/style.css

/*
Theme Name: Klein Child
Template: klein
*/

klein-child/functions.php

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

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

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

klein-child/js/scripts.js

 

Build information

  Ben // klein-child // ID: #15162Dec 14 2018
functions.php
style.css
screenshot.png
[dir] js/
      » scripts.js
B2E91043148DE83100720D59E94C8FF4 4KB

Folder Structure

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