Petcare WordPress Child Theme Download

Download

information page

Parent theme dependency

For the Petcare Parent WordPress Theme by themewing visit the Demo page & Info page.

petcare-child/style.css

/*
Theme Name: Petcare Child
Template: petcare
*/

petcare-child/functions.php

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

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

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

petcare-child/js/scripts.js

 

Build information

  Ben // petcare-child // ID: #16406Dec 14 2018
functions.php
style.css
screenshot.png
[dir] js/
      » scripts.js
21A7986B82E04E95D67246D59640FC85 4KB

Folder Structure

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