Sepia WordPress Child Theme Download

Download

information page

Parent theme dependency

For the Sepia Parent WordPress Theme by #arnoldg visit the Demo page & Info page.

sepia-child/style.css

/*
Theme Name: Sepia Child
Template: sepia
*/

sepia-child/functions.php

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

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

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

sepia-child/js/view.js

 

Build information

  Ben // sepia-child // ID: #29200Dec 15 2022
functions.php
style.css
screenshot.png
[dir] js/
      » view.js
5CCF83E78CA4081D8ACD0A9342673418 4KB

Folder Structure

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