Coogee WordPress Child Theme Download

Download

information page

Parent theme dependency

For the Coogee Parent WordPress Theme by #motta visit the Demo page & Info page.

coogee-child/style.css

/*
Theme Name: Coogee Child
Template: coogee
*/

coogee-child/functions.php

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

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

<img src="./screenshot.png" alt="coogee child theme screenshot">

coogee-child/js/view.js

 

Build information

  Ben // coogee-child // ID: #29185Dec 15 2022
functions.php
style.css
screenshot.png
[dir] js/
      » view.js
845F41BE6346F8DD013704B56EB95C4F 4KB

Folder Structure

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