My Storefront WordPress Child Theme Download

Download

information page

Parent theme dependency

For the My Storefront Parent WordPress Theme by #ceylonthemes visit the Demo page & Info page.

my-storefront-child/style.css

/*
Theme Name: My Storefront Child
Template: my-storefront
*/

my-storefront-child/functions.php

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

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

<img src="./screenshot.png" alt="my-storefront child theme screenshot">

my-storefront-child/js/scripts.js

 

Build information

  Ben // my-storefront-child // ID: #23267Dec 15 2022
functions.php
style.css
screenshot.png
[dir] js/
      » scripts.js
CCCFE16F4C0935FCFFCA0F5718890CCF 4KB

Folder Structure

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