Modellic WordPress Child Theme Download

Download

information page

Parent theme dependency

For the Modellic Parent WordPress Theme by Coffeecream visit the Demo page & Info page.

modellic-child/style.css

/*
Theme Name: Modellic Child
Template: modellic
*/

modellic-child/functions.php

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

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

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

modellic-child/js/scripts.js

 

Build information

  Ben // modellic-child // ID: #12780Dec 13 2018
functions.php
style.css
screenshot.png
[dir] js/
      » scripts.js
2D9A8011AD18FE3C20119E7CD9081D23 4KB

Folder Structure

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