Merchandiser WordPress Child Theme Download

Download

information page

Parent theme dependency

For the Merchandiser Parent WordPress Theme by getbowtied visit the Demo page & Info page.

merchandiser-child/style.css

/*
Theme Name: Merchandiser Child
Template: merchandiser
*/

merchandiser-child/functions.php

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

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

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

merchandiser-child/js/scripts.js

 

Build information

  Ben // merchandiser-child // ID: #12296Dec 13 2018
functions.php
style.css
screenshot.png
[dir] js/
      » scripts.js
5947B336A96E9BB5891349FC32527F25 4KB

Folder Structure

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