Oblivion WordPress Child Theme Download

Download

information page

Parent theme dependency

For the Oblivion Parent WordPress Theme by Skywarrior visit the Demo page & Info page.

oblivion-child/style.css

/*
Theme Name: Oblivion Child
Template: oblivion
*/

oblivion-child/functions.php

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

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

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

oblivion-child/js/scripts.js

 

Build information

  Ben // oblivion-child // ID: #15308Dec 14 2018
functions.php
style.css
screenshot.png
[dir] js/
      » scripts.js
99B74F6F0A61F0D5F4A9670D5AC2EF9F 4KB

Folder Structure

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