Event Listing WordPress Child Theme Download

Download

information page

Parent theme dependency

For the Event Listing Parent WordPress Theme by #wpeventmanager visit the Demo page & Info page.

event-listing-child/style.css

/*
Theme Name: Event Listing Child
Template: event-listing
*/

event-listing-child/functions.php

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

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

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

event-listing-child/js/view.js

 

Build information

  Ben // event-listing-child // ID: #23336Dec 15 2022
functions.php
style.css
screenshot.png
[dir] js/
      » view.js
9EC76D93AB5D66FFCCEE12035E8BAE59 4KB

Folder Structure

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