Noemi WordPress Child Theme Download

Download

information page

Parent theme dependency

For the Noemi Parent WordPress Theme by PX-lab visit the Demo page & Info page.

noemi-child/style.css

/*
Theme Name: Noemi Child
Template: noemi
*/

noemi-child/functions.php

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

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

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

noemi-child/js/scripts.js

 

Build information

  Ben // noemi-child // ID: #9895Dec 13 2018
functions.php
style.css
screenshot.png
[dir] js/
      » scripts.js
7AE8B7A2DB5FE5408FE40F6FC3C66471 4KB

Folder Structure

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