Eternity WordPress Child Theme Download

Download

information page

Parent theme dependency

For the Eternity Parent WordPress Theme by ThemeChills visit the Demo page & Info page.

eternity-child/style.css

/*
Theme Name: Eternity Child
Template: eternity
*/

eternity-child/functions.php

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

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

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

eternity-child/js/scripts.js

 

Build information

  Ben // eternity-child // ID: #16632Dec 14 2018
functions.php
style.css
screenshot.png
[dir] js/
      » scripts.js
2CF19B4C8E6BB9B44CE6665C2363C5F2 4KB

Folder Structure

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