Zipprich WordPress Child Theme Download

Download

information page

Parent theme dependency

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

zipprich-child/style.css

/*
Theme Name: Zipprich Child
Template: zipprich
*/

zipprich-child/functions.php

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

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

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

zipprich-child/js/scripts.js

 

Build information

  Ben // zipprich-child // ID: #15710Dec 14 2018
functions.php
style.css
screenshot.png
[dir] js/
      » scripts.js
9A13DAE39045F74C8E0BFCE1FDD763DC 4KB

Folder Structure

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