Mikmag WordPress Child Theme Download

Download

information page

Parent theme dependency

For the Mikmag Parent WordPress Theme by themedutch visit the Demo page & Info page.

mikmag-child/style.css

/*
Theme Name: Mikmag Child
Template: mikmag
*/

mikmag-child/functions.php

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

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

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

mikmag-child/js/scripts.js

 

Build information

  Ben // mikmag-child // ID: #9947Dec 13 2018
functions.php
style.css
screenshot.png
[dir] js/
      » scripts.js
20980EFBCC2797C80E67B9D93EAAE60A 4KB

Folder Structure

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