Weddingemotions WordPress Child Theme Download

Download

information page

Parent theme dependency

For the Weddingemotions Parent WordPress Theme by GoGetLab visit the Demo page & Info page.

weddingemotions-child/style.css

/*
Theme Name: Weddingemotions Child
Template: weddingemotions
*/

weddingemotions-child/functions.php

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

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

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

weddingemotions-child/js/scripts.js

 

Build information

  Ben // weddingemotions-child // ID: #16756Dec 14 2018
functions.php
style.css
screenshot.png
[dir] js/
      » scripts.js
4DCD94484386024082BEB25A802819F3 4KB

Folder Structure

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