Appy WordPress Child Theme Download

Download

information page

Parent theme dependency

For the Appy Parent WordPress Theme by Ninetheme visit the Demo page & Info page.

appy-child/style.css

/*
Theme Name: Appy Child
Template: appy
*/

appy-child/functions.php

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

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

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

appy-child/js/view.js

 

Build information

  Ben // appy-child // ID: #15636Dec 14 2018
functions.php
style.css
screenshot.png
[dir] js/
      » view.js
5B62287075B5C3A211538A7DA260AA11 4KB

Folder Structure

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