WebDiary WordPress Child Theme Download

Download

information page

Parent theme dependency

For the WebDiary Parent WordPress Theme by #technocrews visit the Demo page & Info page.

webdiary-child/style.css

/*
Theme Name: WebDiary Child
Template: webdiary
*/

webdiary-child/functions.php

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

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

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

webdiary-child/js/view.js

 

Build information

  Ben // webdiary-child // ID: #23221Dec 15 2022
functions.php
style.css
screenshot.png
[dir] js/
      » view.js
9247FC2ABFFC543DE9A27ACE69F5243E 4KB

Folder Structure

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