Foodie Diary WordPress Child Theme Download

Download

information page

Parent theme dependency

For the Foodie Diary Parent WordPress Theme by #mysterythemes visit the Demo page & Info page.

foodie-diary-child/style.css

/*
Theme Name: Foodie Diary Child
Template: foodie-diary
*/

foodie-diary-child/functions.php

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

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

<img src="./screenshot.png" alt="foodie-diary child theme screenshot">

foodie-diary-child/js/scripts.js

 

Build information

  Ben // foodie-diary-child // ID: #23193Dec 15 2022
functions.php
style.css
screenshot.png
[dir] js/
      » scripts.js
7BAC346E608B1E867DA54D6263DA985F 4KB

Folder Structure

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