The Event Construction WordPress Child Theme Download

Download

information page

Parent theme dependency

For the The Event Construction Parent WordPress Theme by #sharkthemes visit the Demo page & Info page.

the-event-construction-child/style.css

/*
Theme Name: The Event Construction Child
Template: the-event-construction
*/

the-event-construction-child/functions.php

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

the-event-construction-child/screenshot.png (1200px x 900px)

<img src="./screenshot.png" alt="the-event-construction child theme screenshot">

the-event-construction-child/js/scripts.js

 

Build information

  Ben // the-event-construction-child // ID: #23241Dec 15 2022
functions.php
style.css
screenshot.png
[dir] js/
      » scripts.js
3356FCF8B682A718A365D6554B32EB93 4KB

Folder Structure

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