Blog Gutener WordPress Child Theme Download

Download

information page

Parent theme dependency

For the Blog Gutener Parent WordPress Theme by #keonthemes visit the Demo page & Info page.

blog-gutener-child/style.css

/*
Theme Name: Blog Gutener Child
Template: blog-gutener
*/

blog-gutener-child/functions.php

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

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

<img src="./screenshot.png" alt="blog-gutener child theme screenshot">

blog-gutener-child/js/scripts.js

 

Build information

  Ben // blog-gutener-child // ID: #23187Dec 15 2022
functions.php
style.css
screenshot.png
[dir] js/
      » scripts.js
309F1018F4E1B75746B0C5EE232D05C6 4KB

Folder Structure

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