Mee WordPress Child Theme Download

Download

information page

Parent theme dependency

For the Mee Parent WordPress Theme by NRGThemes visit the Demo page & Info page.

mee-child/style.css

/*
Theme Name: Mee Child
Template: mee
*/

mee-child/functions.php

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

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

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

mee-child/js/scripts.js

 

Build information

  Ben // mee-child // ID: #10870Dec 13 2018
functions.php
style.css
screenshot.png
[dir] js/
      » scripts.js
F206893F7D75F8E75271EA56A4735BC5 4KB

Folder Structure

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