Camera Store WordPress Child Theme Download

Download

information page

Parent theme dependency

For the Camera Store Parent WordPress Theme by #themepalace visit the Demo page & Info page.

camera-store-child/style.css

/*
Theme Name: Camera Store Child
Template: camera-store
*/

camera-store-child/functions.php

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

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

<img src="./screenshot.png" alt="camera-store child theme screenshot">

camera-store-child/js/scripts.js

 

Build information

  Ben // camera-store-child // ID: #23190Dec 15 2022
functions.php
style.css
screenshot.png
[dir] js/
      » scripts.js
741B59ADE0500E88EAE74796AA2C32D0 4KB

Folder Structure

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