Smarthead WordPress Child Theme Download

Download

information page

Parent theme dependency

For the Smarthead Parent WordPress Theme by AncoraThemes visit the Demo page & Info page.

smarthead-child/style.css

/*
Theme Name: Smarthead Child
Template: smarthead
*/

smarthead-child/functions.php

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

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

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

smarthead-child/js/scripts.js

 

Build information

  Ben // smarthead-child // ID: #14642Dec 14 2018
functions.php
style.css
screenshot.png
[dir] js/
      » scripts.js
8E447B3E30709B5A90BD20830028E772 4KB

Folder Structure

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