Narrative Lite WordPress Child Theme Download

Download

information page

Parent theme dependency

For the Narrative Lite Parent WordPress Theme by #themedevstudios visit the Demo page & Info page.

narrative-lite-child/style.css

/*
Theme Name: Narrative Lite Child
Template: narrative-lite
*/

narrative-lite-child/functions.php

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

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

<img src="./screenshot.png" alt="narrative-lite child theme screenshot">

narrative-lite-child/js/view.js

 

Build information

  Ben // narrative-lite-child // ID: #23163Dec 15 2022
functions.php
style.css
screenshot.png
[dir] js/
      » view.js
F53FA29BDF499A1EC69B6A6CB862EEAF 4KB

Folder Structure

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