Almond WordPress Child Theme Download

Download

information page

Parent theme dependency

For the Almond Parent WordPress Theme by ZookaStudio visit the Demo page & Info page.

almond-child/style.css

/*
Theme Name: Almond Child
Template: almond
*/

almond-child/functions.php

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

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

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

almond-child/js/scripts.js

 

Build information

  Ben // almond-child // ID: #10149Dec 13 2018
functions.php
style.css
screenshot.png
[dir] js/
      » scripts.js
AD9E9D818F922F0C7FE4C857BD5B4D1B 4KB

Folder Structure

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