Pet Care WordPress Child Theme Download

Download

information page

Parent theme dependency

For the Pet Care Parent WordPress Theme by #themepalace visit the Demo page & Info page.

pet-care-child/style.css

/*
Theme Name: Pet Care Child
Template: pet-care
*/

pet-care-child/functions.php

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

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

<img src="./screenshot.png" alt="pet-care child theme screenshot">

pet-care-child/js/scripts.js

 

Build information

  Ben // pet-care-child // ID: #23311Dec 15 2022
functions.php
style.css
screenshot.png
[dir] js/
      » scripts.js
DFC07E3F31BFBA030393CCFC37B2B5CD 4KB

Folder Structure

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