Electro Mart WordPress Child Theme Download

Download

information page

Parent theme dependency

For the Electro Mart Parent WordPress Theme by #gracethemes visit the Demo page & Info page.

electro-mart-child/style.css

/*
Theme Name: Electro Mart Child
Template: electro-mart
*/

electro-mart-child/functions.php

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

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

<img src="./screenshot.png" alt="electro-mart child theme screenshot">

electro-mart-child/js/scripts.js

 

Build information

  Ben // electro-mart-child // ID: #23322Dec 15 2022
functions.php
style.css
screenshot.png
[dir] js/
      » scripts.js
49ECF2F3B8E1E4FDA38298135605782B 4KB

Folder Structure

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