SuperFresh WordPress Child Theme Download

Download

information page

Parent theme dependency

For the SuperFresh Parent WordPress Theme by #chankailoon visit the Demo page & Info page.

superfresh-child/style.css

/*
Theme Name: SuperFresh Child
Template: superfresh
*/

superfresh-child/functions.php

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

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

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

superfresh-child/js/view.js

 

Build information

  Ben // superfresh-child // ID: #29214Dec 15 2022
functions.php
style.css
screenshot.png
[dir] js/
      » view.js
49A89E983F781F8272976FCE365E1969 4KB

Folder Structure

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