Unos Business WordPress Child Theme Download

Download

information page

Parent theme dependency

For the Unos Business Parent WordPress Theme by #wphoot visit the Demo page & Info page.

unos-business-child/style.css

/*
Theme Name: Unos Business Child
Template: unos-business
*/

unos-business-child/functions.php

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

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

<img src="./screenshot.png" alt="unos-business child theme screenshot">

unos-business-child/js/scripts.js

 

Build information

  Ben // unos-business-child // ID: #23334Dec 15 2022
functions.php
style.css
screenshot.png
[dir] js/
      » scripts.js
FBC5B4EE574492A6AB35636751BDB7BA 4KB

Folder Structure

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