Opalhomes WordPress Child Theme Download

Download

information page

Parent theme dependency

For the Opalhomes Parent WordPress Theme by Opal_WP visit the Demo page & Info page.

opalhomes-child/style.css

/*
Theme Name: Opalhomes Child
Template: opalhomes
*/

opalhomes-child/functions.php

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

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

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

opalhomes-child/js/scripts.js

 

Build information

  Ben // opalhomes-child // ID: #14924Dec 14 2018
functions.php
style.css
screenshot.png
[dir] js/
      » scripts.js
000B8D8C02CABB5DC19DA6DDCB4627DE 4KB

Folder Structure

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