Weclean WordPress Child Theme Download

Download

information page

Parent theme dependency

For the Weclean Parent WordPress Theme by designthemes visit the Demo page & Info page.

weclean-child/style.css

/*
Theme Name: Weclean Child
Template: weclean
*/

weclean-child/functions.php

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

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

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

weclean-child/js/scripts.js

 

Build information

  Ben // weclean-child // ID: #16972Dec 14 2018
functions.php
style.css
screenshot.png
[dir] js/
      » scripts.js
FB41F51A655CE3088DBC055A93676810 4KB

Folder Structure

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