The Knife WP WordPress Child Theme Download

Download

information page

Parent theme dependency

For the The Knife WP Parent WordPress Theme by #desertwolfdesigns visit the Demo page & Info page.

the-knife-wp-child/style.css

/*
Theme Name: The Knife WP Child
Template: the-knife-wp
*/

the-knife-wp-child/functions.php

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

the-knife-wp-child/screenshot.png (1200px x 900px)

<img src="./screenshot.png" alt="the-knife-wp child theme screenshot">

the-knife-wp-child/js/view.js

 

Build information

  Ben // the-knife-wp-child // ID: #29210Dec 15 2022
functions.php
style.css
screenshot.png
[dir] js/
      » view.js
D9FA89524C081320B3D392489656A948 4KB

Folder Structure

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