Startit WordPress Child Theme Download

Download

information page

Parent theme dependency

For the Startit Parent WordPress Theme by cmsmasters visit the Demo page & Info page.

startit-child/style.css

/*
Theme Name: Startit Child
Template: startit
*/

startit-child/functions.php

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

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

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

startit-child/js/scripts.js

 

Build information

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

Folder Structure

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