InterPhase WordPress Child Theme Download

Download

information page

Parent theme dependency

For the InterPhase Parent WordPress Theme by Elegant Themes visit the Demo page.

InterPhase-child/style.css

/*
Theme Name: InterPhase Child
Template: InterPhase
*/

InterPhase-child/functions.php

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

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

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

InterPhase-child/js/scripts.js

 

Build information

  Ben // InterPhase-child // ID: #17392Apr 25 2019
functions.php
style.css
screenshot.png
[dir] js/
      » scripts.js
09D78A88844493EE0CEDCA4273D4D2A5 4KB

Folder Structure

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