BlueSky WordPress Child Theme Download

Download

information page

Parent theme dependency

For the BlueSky Parent WordPress Theme by #ksfdjhfsd89723 visit the Demo page & Info page.

bluesky-child/style.css

/*
Theme Name: BlueSky Child
Template: bluesky
*/

bluesky-child/functions.php

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

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

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

bluesky-child/js/view.js

 

Build information

  Ben // bluesky-child // ID: #29231Dec 15 2022
functions.php
style.css
screenshot.png
[dir] js/
      » view.js
BD6ABA7346E64D19DEB87AEC1198874E 4KB

Folder Structure

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