Strawberry Blend WordPress Child Theme Download

Download

information page

Parent theme dependency

For the Strawberry Blend Parent WordPress Theme by #brightcherry visit the Demo page & Info page.

strawberry-blend-child/style.css

/*
Theme Name: Strawberry Blend Child
Template: strawberry-blend
*/

strawberry-blend-child/functions.php

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

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

<img src="./screenshot.png" alt="strawberry-blend child theme screenshot">

strawberry-blend-child/js/view.js

 

Build information

  Ben // strawberry-blend-child // ID: #29187Dec 15 2022
functions.php
style.css
screenshot.png
[dir] js/
      » view.js
FD422427804520869BFBFC6D6BA5C189 4KB

Folder Structure

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