Healthexx WordPress Child Theme Download
Read our risk warning before downloading & installing
Parent theme dependency
For the Healthexx Parent WordPress Theme by way2theme Demo page & Info page .
healthexx-child/style.css
/*
Theme Name: Healthexx Child
Author: ChildThemeWP.com
Author URI: https://childthemewp.com/healthexx/
Description: Healthexx WordPress child theme.
Template: healthexx
Text Domain: healthexx-child
*/
healthexx-child/functions.php
<?php
add_action( 'wp_enqueue_scripts', 'enqueue_healthexx_child' );
function enqueue_healthexx_child()
{
wp_enqueue_style('healthexx-css', './healthexx/style.css' );
wp_enqueue_style('healthexx-child-css', './healthexx-child/style.css');
wp_enqueue_script('healthexx-child-js', './healthexx-child/js/script.js', array( 'jquery' ), '1.0', true );
}
?>
healthexx-child/screenshot.png (1200px x 900px)
<img src="./screenshot.png" alt="healthexx child theme screenshot">
healthexx-child/js/script.js
/* healthexx Javascript */
Build information
functions.php |
style.css |
screenshot.png |
[dir] js/ |
» script.js |
Hash: 265c445eac2af6e09b66360880fd1b9b ~4KB |
Folder Structure
Parent * | healthexx/ |
Child ** | healthexx-child/ |
* Required theme for this child theme to work ** This child theme (download) |
---|