Medieval WordPress Child Theme Download

Download

information page

Parent theme dependency

For the Medieval Parent WordPress Theme by #arwen54 visit the Demo page & Info page.

medieval-child/style.css

/*
Theme Name: Medieval Child
Template: medieval
*/

medieval-child/functions.php

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

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

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

medieval-child/js/view.js

 

Build information

  Ben // medieval-child // ID: #29212Dec 15 2022
functions.php
style.css
screenshot.png
[dir] js/
      » view.js
85B16AE15E18FC991E72EEE92735687C 4KB

Folder Structure

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