Celebration WordPress Child Theme Download

Download

information page

Parent theme dependency

For the Celebration Parent WordPress Theme by BoldThemes visit the Demo page & Info page.

celebration-child/style.css

/*
Theme Name: Celebration Child
Template: celebration
*/

celebration-child/functions.php

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

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

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

celebration-child/js/scripts.js

 

Build information

  Ben // celebration-child // ID: #16642Dec 14 2018
functions.php
style.css
screenshot.png
[dir] js/
      » scripts.js
23370A1E4CBFDA2360A9CF13B6C798CC 4KB

Folder Structure

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