Wpstore WordPress Child Theme Download

Download

information page

Parent theme dependency

For the Wpstore Parent WordPress Theme by WpStoresNet visit the Demo page & Info page.

wpstore-child/style.css

/*
Theme Name: Wpstore Child
Template: wpstore
*/

wpstore-child/functions.php

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

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

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

wpstore-child/js/scripts.js

 

Build information

  Ben // wpstore-child // ID: #13028Dec 13 2018
functions.php
style.css
screenshot.png
[dir] js/
      » scripts.js
E4F3B6D1BBCAA643CD06631C935E5EA9 4KB

Folder Structure

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