DailyNotes Child Theme Download
Be the first to +1 !Download the DailyNotes WordPress Child Theme for DailyNotes 5.8.12 parent WordPress Theme - Elegant Themes. Compatible with DailyNotes Parent Theme listed under elegantthemes.com.

DailyNotes Child Theme
Made by ChildThemeWP.com
Made by ChildThemeWP.com
Images for illustration purposes only. Read our risk warning before installing.
DailyNotes WP Child Theme Code Snippets
WordPress DailyNotes Child Theme .zip installation file information below.
DailyNotes-child/style.css
/*
Theme Name: DailyNotes Child
Author: ChildThemeWP.com
Author URI: https://childthemewp.com/dailynotes/
Description: DailyNotes WordPress child theme.
Template: DailyNotes
Text Domain: DailyNotes-child
*/
DailyNotes-child/functions.php
<?php
add_action( 'wp_enqueue_scripts', 'enqueue_DailyNotes_child' );
function enqueue_DailyNotes_child() {
wp_enqueue_style('DailyNotes-css', './DailyNotes/style.css' );
wp_enqueue_style('DailyNotes-child-css', './DailyNotes-child/style.css');
wp_enqueue_script('DailyNotes-child-js', './DailyNotes-child/js/script.js', array( 'jquery' ), '1.0', true );
}
?>
DailyNotes-child/screenshot.png (1200px x 900px)
<img src="./screenshot.png" alt="DailyNotes child theme screenshot">
DailyNotes-child/js/script.js
/* Javascript */
Build Information
functions.php |
style.css |
screenshot.png |
[dir] js/ |
» script.js |
Hash: 75ed583e57c740e434add795f3375059 | ~4KB |
Folder Structure
Parent * | DailyNotes/ |
Child ** | DailyNotes-child/ |
* Required theme for this child theme to work | ** This child theme (download) |
---|
Comments