Landestate WordPress Child Theme Download

Download

information page

Parent theme dependency

For the Landestate Parent WordPress Theme by TheMazine visit the Demo page & Info page.

landestate-child/style.css

/*
Theme Name: Landestate Child
Template: landestate
*/

landestate-child/functions.php

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

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

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

landestate-child/js/scripts.js

 

Build information

  Ben // landestate-child // ID: #15088Dec 14 2018
functions.php
style.css
screenshot.png
[dir] js/
      » scripts.js
48F9316D11D50FF872CD1F07EA5755ED 4KB

Folder Structure

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