Here Ya Go WordPress Child Theme Download

Download

information page

Parent theme dependency

For the Here Ya Go Parent WordPress Theme by #diablothemes visit the Demo page & Info page.

here-ya-go-child/style.css

/*
Theme Name: Here Ya Go Child
Template: here-ya-go
*/

here-ya-go-child/functions.php

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

here-ya-go-child/screenshot.png (1200px x 900px)

<img src="./screenshot.png" alt="here-ya-go child theme screenshot">

here-ya-go-child/js/view.js

 

Build information

  Ben // here-ya-go-child // ID: #25331Dec 15 2022
functions.php
style.css
screenshot.png
[dir] js/
      » view.js
C4B5CD2F73CA6B51AE5C7B40D696238B 4KB

Folder Structure

Parent *here-ya-go/
Child **here-ya-go-child/
* Required theme for this child theme to work
** This child theme (download)