Appr WordPress Child Theme Download

Download

information page

Parent theme dependency

For the Appr Parent WordPress Theme by pedrodonkey visit the Demo page & Info page.

appr-child/style.css

/*
Theme Name: Appr Child
Template: appr
*/

appr-child/functions.php

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

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

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

appr-child/js/scripts.js

 

Build information

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

Folder Structure

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