Beautyshop WordPress Child Theme Download

Download

information page

Parent theme dependency

For the Beautyshop Parent WordPress Theme by dedalx visit the Demo page & Info page.

beautyshop-child/style.css

/*
Theme Name: Beautyshop Child
Template: beautyshop
*/

beautyshop-child/functions.php

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

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

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

beautyshop-child/js/scripts.js

 

Build information

  Ben // beautyshop-child // ID: #12910Dec 13 2018
functions.php
style.css
screenshot.png
[dir] js/
      » scripts.js
AB0C0B9E39030137119046F981D65789 4KB

Folder Structure

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