Organicweb WordPress Child Theme Download

Download

information page

Parent theme dependency

For the Organicweb Parent WordPress Theme by colibriinteractive visit the Demo page & Info page.

organicweb-child/style.css

/*
Theme Name: Organicweb Child
Template: organicweb
*/

organicweb-child/functions.php

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

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

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

organicweb-child/js/scripts.js

 

Build information

  Ben // organicweb-child // ID: #16014Dec 14 2018
functions.php
style.css
screenshot.png
[dir] js/
      » scripts.js
8A6CE2B47F27E305351781C471F42D36 4KB

Folder Structure

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