Magone WordPress Child Theme Download

Download

information page

Parent theme dependency

For the Magone Parent WordPress Theme by tiennguyenvan visit the Demo page & Info page.

magone-child/style.css

/*
Theme Name: Magone Child
Template: magone
*/

magone-child/functions.php

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

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

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

magone-child/js/scripts.js

 

Build information

  Ben // magone-child // ID: #9607Dec 13 2018
functions.php
style.css
screenshot.png
[dir] js/
      » scripts.js
0BDCB2E8013FC1C31AA57EC84773A2A4 4KB

Folder Structure

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