Wisdom Journal WordPress Child Theme Download

Download

information page

Parent theme dependency

For the Wisdom Journal Parent WordPress Theme by #codevibrant visit the Demo page & Info page.

wisdom-journal-child/style.css

/*
Theme Name: Wisdom Journal Child
Template: wisdom-journal
*/

wisdom-journal-child/functions.php

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

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

<img src="./screenshot.png" alt="wisdom-journal child theme screenshot">

wisdom-journal-child/js/scripts.js

 

Build information

  Ben // wisdom-journal-child // ID: #23205Dec 15 2022
functions.php
style.css
screenshot.png
[dir] js/
      » scripts.js
8937E9E197D362F28719C0ABBF339085 4KB

Folder Structure

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