Megamag WordPress Child Theme Download

Download

information page

Parent theme dependency

For the Megamag Parent WordPress Theme by boostdevelopers visit the Demo page & Info page.

megamag-child/style.css

/*
Theme Name: Megamag Child
Template: megamag
*/

megamag-child/functions.php

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

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

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

megamag-child/js/scripts.js

 

Build information

  Ben // megamag-child // ID: #9709Dec 13 2018
functions.php
style.css
screenshot.png
[dir] js/
      » scripts.js
16EA5CC0D412B56EBD451A3D213489D7 4KB

Folder Structure

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