Landingspacewp WordPress Child Theme Download

Download

information page

Parent theme dependency

For the Landingspacewp Parent WordPress Theme by chillipear visit the Demo page & Info page.

landingspacewp-child/style.css

/*
Theme Name: Landingspacewp Child
Template: landingspacewp
*/

landingspacewp-child/functions.php

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

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

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

landingspacewp-child/js/view.js

 

Build information

  Ben // landingspacewp-child // ID: #17034Dec 14 2018
functions.php
style.css
screenshot.png
[dir] js/
      » view.js
2198F163775C2468B19E37079059F5B0 4KB

Folder Structure

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