907 WordPress Child Theme Download

Download

information page

Parent theme dependency

For the 907 Parent WordPress Theme by webcreations907 visit the Demo page & Info page.

907-child/style.css

/*
Theme Name: 907 Child
Template: 907
*/

907-child/functions.php

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

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

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

907-child/js/view.js

 

Build information

  Ben // 907-child // ID: #10276Dec 13 2018
functions.php
style.css
screenshot.png
[dir] js/
      » view.js
DD6ADF8D4F6062FD73E1F29ACDBB585E 4KB

Folder Structure

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