Healthplus WordPress Child Theme Download

Download

information page

Parent theme dependency

For the Healthplus Parent WordPress Theme by nextthemes visit the Demo page & Info page.

healthplus-child/style.css

/*
Theme Name: Healthplus Child
Template: healthplus
*/

healthplus-child/functions.php

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

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

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

healthplus-child/js/scripts.js

 

Build information

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

Folder Structure

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