Groppe WordPress Child Theme Download

Download

information page

Parent theme dependency

For the Groppe Parent WordPress Theme by VictorThemes visit the Demo page & Info page.

groppe-child/style.css

/*
Theme Name: Groppe Child
Template: groppe
*/

groppe-child/functions.php

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

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

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

groppe-child/js/scripts.js

 

Build information

  Ben // groppe-child // ID: #16182Dec 14 2018
functions.php
style.css
screenshot.png
[dir] js/
      » scripts.js
204D7B0DA7320FF6F7807041A14E2793 4KB

Folder Structure

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