JNB Multicolor Theme WordPress Child Theme Download

Download

information page

Parent theme dependency

For the JNB Multicolor Theme Parent WordPress Theme by #deadgoon42 visit the Demo page & Info page.

jnb-multicolor-theme-child/style.css

/*
Theme Name: JNB Multicolor Theme Child
Template: jnb-multicolor-theme
*/

jnb-multicolor-theme-child/functions.php

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

jnb-multicolor-theme-child/screenshot.png (1200px x 900px)

<img src="./screenshot.png" alt="jnb-multicolor-theme child theme screenshot">

jnb-multicolor-theme-child/js/view.js

 

Build information

  Ben // jnb-multicolor-theme-child // ID: #29215Dec 15 2022
functions.php
style.css
screenshot.png
[dir] js/
      » view.js
FEE3ABEBB68F6DF59E74B25E5D67C964 4KB

Folder Structure

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