Dina WordPress Child Theme Download

Download

information page

Parent theme dependency

For the Dina Parent WordPress Theme by matchthemes visit the Demo page & Info page.

dina-child/style.css

/*
Theme Name: Dina Child
Template: dina
*/

dina-child/functions.php

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

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

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

dina-child/js/scripts.js

 

Build information

  Ben // dina-child // ID: #14222Dec 14 2018
functions.php
style.css
screenshot.png
[dir] js/
      » scripts.js
788FA0D9B6A94C9B7074A41D1B8EC331 4KB

Folder Structure

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