Wpdayspa WordPress Child Theme Download

Download

information page

Parent theme dependency

For the Wpdayspa Parent WordPress Theme by contempoinc visit the Demo page & Info page.

wpdayspa-child/style.css

/*
Theme Name: Wpdayspa Child
Template: wpdayspa
*/

wpdayspa-child/functions.php

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

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

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

wpdayspa-child/js/scripts.js

 

Build information

  Ben // wpdayspa-child // ID: #13430Dec 13 2018
functions.php
style.css
screenshot.png
[dir] js/
      » scripts.js
6E7EF45EB31B17E5B00BEA7C368A468C 4KB

Folder Structure

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