Home Guard WordPress Child Theme Download

Download

information page

Parent theme dependency

For the Home Guard Parent WordPress Theme by #gracethemes visit the Demo page & Info page.

home-guard-child/style.css

/*
Theme Name: Home Guard Child
Template: home-guard
*/

home-guard-child/functions.php

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

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

<img src="./screenshot.png" alt="home-guard child theme screenshot">

home-guard-child/js/scripts.js

 

Build information

  Ben // home-guard-child // ID: #23214Dec 15 2022
functions.php
style.css
screenshot.png
[dir] js/
      » scripts.js
1886144084C2D823C2EC9C66503FA7F5 4KB

Folder Structure

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