BlueSky WordPress Child Theme Download

Download

information page

Parent theme dependency

For the BlueSky Parent WordPress Theme by Elegant Themes visit the Demo page.

-child/style.css

/*
Theme Name: BlueSky Child
Template:
*/

-child/functions.php

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

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

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

-child/js/scripts.js

 

Build information

  Ben // -child // ID: #17394Apr 25 2019
functions.php
style.css
screenshot.png
[dir] js/
      » scripts.js
C51CE410C124A10E0DB5E4B97FC2AF39 4KB

Folder Structure

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