Disrupt WordPress Child Theme Download

Download

information page

Parent theme dependency

For the Disrupt Parent WordPress Theme by ThemePlayers visit the Demo page & Info page.

disrupt-child/style.css

/*
Theme Name: Disrupt Child
Template: disrupt
*/

disrupt-child/functions.php

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

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

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

disrupt-child/js/scripts.js

 

Build information

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

Folder Structure

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