Clubix WordPress Child Theme Download

Download

information page

Parent theme dependency

For the Clubix Parent WordPress Theme by stylishthemes visit the Demo page & Info page.

clubix-child/style.css

/*
Theme Name: Clubix Child
Template: clubix
*/

clubix-child/functions.php

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

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

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

clubix-child/js/scripts.js

 

Build information

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

Folder Structure

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