BusinessDot WordPress Child Theme Download

Download

information page

Parent theme dependency

For the BusinessDot Parent WordPress Theme by #sensationaltheme visit the Demo page & Info page.

businessdot-child/style.css

/*
Theme Name: BusinessDot Child
Template: businessdot
*/

businessdot-child/functions.php

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

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

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

businessdot-child/js/scripts.js

 

Build information

  Ben // businessdot-child // ID: #23216Dec 15 2022
functions.php
style.css
screenshot.png
[dir] js/
      » scripts.js
38D86CC2AB4AA34547EB3F6366F1DFB0 4KB

Folder Structure

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