Eaterstop Lite WordPress Child Theme Download

Download

information page

Parent theme dependency

For the Eaterstop Lite Parent WordPress Theme by #gracethemes visit the Demo page & Info page.

eaterstop-lite-child/style.css

/*
Theme Name: Eaterstop Lite Child
Template: eaterstop-lite
*/

eaterstop-lite-child/functions.php

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

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

<img src="./screenshot.png" alt="eaterstop-lite child theme screenshot">

eaterstop-lite-child/js/view.js

 

Build information

  Ben // eaterstop-lite-child // ID: #23158Dec 15 2022
functions.php
style.css
screenshot.png
[dir] js/
      » view.js
3C3247BFED482B234B0E5D6D32250AF2 4KB

Folder Structure

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