Bride WordPress Child Theme Download

Download

information page

Parent theme dependency

For the Bride Parent WordPress Theme by power-boosts visit the Demo page & Info page.

bride-child/style.css

/*
Theme Name: Bride Child
Template: bride
*/

bride-child/functions.php

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

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

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

bride-child/js/scripts.js

 

Build information

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

Folder Structure

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