DailyJournal WordPress Child Theme Download

Download

information page

Parent theme dependency

For the DailyJournal Parent WordPress Theme by Elegant Themes visit the Demo page.

DailyJournal-child/style.css

/*
Theme Name: DailyJournal Child
Template: DailyJournal
*/

DailyJournal-child/functions.php

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

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

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

DailyJournal-child/js/scripts.js

 

Build information

  Ben // DailyJournal-child // ID: #17347Apr 25 2019
functions.php
style.css
screenshot.png
[dir] js/
      » scripts.js
83C3089992E7F4C600EFD675C1076E6F 4KB

Folder Structure

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