Personal WordPress Child Theme Download

Download

information page

Parent theme dependency

For the Personal Parent WordPress Theme by webinane visit the Demo page & Info page.

personal-child/style.css

/*
Theme Name: Personal Child
Template: personal
*/

personal-child/functions.php

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

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

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

personal-child/js/scripts.js

 

Build information

  Ben // personal-child // ID: #9783Dec 13 2018
functions.php
style.css
screenshot.png
[dir] js/
      » scripts.js
7B00839041B57BD0CE105870E4E3A9AF 4KB

Folder Structure

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