Videotube WordPress Child Theme Download

Download

information page

Parent theme dependency

For the Videotube Parent WordPress Theme by phpface visit the Demo page & Info page.

videotube-child/style.css

/*
Theme Name: Videotube Child
Template: videotube
*/

videotube-child/functions.php

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

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

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

videotube-child/js/view.js

 

Build information

  Ben // videotube-child // ID: #9314Dec 13 2018
functions.php
style.css
screenshot.png
[dir] js/
      » view.js
F1C1741F6139787D58AA937748AA256B 4KB

Folder Structure

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