Refib WordPress Child Theme Download

Download

information page

Parent theme dependency

For the Refib Parent WordPress Theme by TidyTheme visit the Demo page & Info page.

refib-child/style.css

/*
Theme Name: Refib Child
Template: refib
*/

refib-child/functions.php

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

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

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

refib-child/js/scripts.js

 

Build information

  Ben // refib-child // ID: #15912Dec 14 2018
functions.php
style.css
screenshot.png
[dir] js/
      » scripts.js
78FC379C7EAA713E4DC1040479D7B333 4KB

Folder Structure

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