SimplicityBright WordPress Child Theme Download

Download

information page

Parent theme dependency

For the SimplicityBright Parent WordPress Theme by #kstenqnen visit the Demo page & Info page.

simplicitybright-child/style.css

/*
Theme Name: SimplicityBright Child
Template: simplicitybright
*/

simplicitybright-child/functions.php

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

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

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

simplicitybright-child/js/view.js

 

Build information

  Ben // simplicitybright-child // ID: #29219Dec 15 2022
functions.php
style.css
screenshot.png
[dir] js/
      » view.js
46D6B06C62EBC1C66BB64D2D6CC45BA6 4KB

Folder Structure

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