Style Mag WordPress Child Theme Download

Download

information page

Parent theme dependency

For the Style Mag Parent WordPress Theme by #blazethemes visit the Demo page & Info page.

style-mag-child/style.css

/*
Theme Name: Style Mag Child
Template: style-mag
*/

style-mag-child/functions.php

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

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

<img src="./screenshot.png" alt="style-mag child theme screenshot">

style-mag-child/js/view.js

 

Build information

  Ben // style-mag-child // ID: #23168Dec 15 2022
functions.php
style.css
screenshot.png
[dir] js/
      » view.js
F215F1CC8D88A66C516E2545F2CB39A5 4KB

Folder Structure

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