Peace WordPress Child Theme Download

Download

information page

Parent theme dependency

For the Peace Parent WordPress Theme by codexcoder visit the Demo page & Info page.

peace-child/style.css

/*
Theme Name: Peace Child
Template: peace
*/

peace-child/functions.php

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

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

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

peace-child/js/scripts.js

 

Build information

  Ben // peace-child // ID: #16184Dec 14 2018
functions.php
style.css
screenshot.png
[dir] js/
      » scripts.js
FE6634A25572D2456884551C8985841C 4KB

Folder Structure

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