Fringe WordPress Child Theme Download

Download

information page

Parent theme dependency

For the Fringe Parent WordPress Theme by TemplateMela visit the Demo page & Info page.

fringe-child/style.css

/*
Theme Name: Fringe Child
Template: fringe
*/

fringe-child/functions.php

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

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

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

fringe-child/js/scripts.js

 

Build information

  Ben // fringe-child // ID: #13152Dec 13 2018
functions.php
style.css
screenshot.png
[dir] js/
      » scripts.js
8379278327CE70DEB01F99432A646A5A 4KB

Folder Structure

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