Nova WordPress Child Theme Download

Download

information page

Parent theme dependency

For the Nova Parent WordPress Theme by Elegant Themes visit the Demo page.

Nova-child/style.css

/*
Theme Name: Nova Child
Template: Nova
*/

Nova-child/functions.php

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

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

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

Nova-child/js/scripts.js

 

Build information

  Ben // Nova-child // ID: #17327Apr 25 2019
functions.php
style.css
screenshot.png
[dir] js/
      » scripts.js
7129A72DCB3E833E2CD3179023C118F2 4KB

Folder Structure

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