Fabulous WordPress Child Theme Download

Download

information page

Parent theme dependency

For the Fabulous Parent WordPress Theme by WPExplorer visit the Demo page & Info page.

fabulous-child/style.css

/*
Theme Name: Fabulous Child
Template: fabulous
*/

fabulous-child/functions.php

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

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

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

fabulous-child/js/scripts.js

 

Build information

  Ben // fabulous-child // ID: #9747Dec 13 2018
functions.php
style.css
screenshot.png
[dir] js/
      » scripts.js
01C5F00AAC0DA149DB8CA60B31353D2A 4KB

Folder Structure

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