Smartway WordPress Child Theme Download

Download

information page

Parent theme dependency

For the Smartway Parent WordPress Theme by HasTech visit the Demo page & Info page.

smartway-child/style.css

/*
Theme Name: Smartway Child
Template: smartway
*/

smartway-child/functions.php

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

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

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

smartway-child/js/scripts.js

 

Build information

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

Folder Structure

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