Domena2 WordPress Child Theme Download

Download

information page

Parent theme dependency

For the Domena2 Parent WordPress Theme by reidknorr visit the Demo page & Info page.

domena2-child/style.css

/*
Theme Name: Domena2 Child
Template: domena2
*/

domena2-child/functions.php

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

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

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

domena2-child/js/scripts.js

 

Build information

  Ben // domena2-child // ID: #16898Dec 14 2018
functions.php
style.css
screenshot.png
[dir] js/
      » scripts.js
72364D22A0D35E13D2DCB1B32A8F0C8D 4KB

Folder Structure

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