Area WordPress Child Theme Download

Download

information page

Parent theme dependency

For the Area Parent WordPress Theme by torbara visit the Demo page & Info page.

area-child/style.css

/*
Theme Name: Area Child
Template: area
*/

area-child/functions.php

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

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

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

area-child/js/scripts.js

 

Build information

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

Folder Structure

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