Bigformat WordPress Child Theme Download

Download

information page

Parent theme dependency

For the Bigformat Parent WordPress Theme by Themewich visit the Demo page & Info page.

bigformat-child/style.css

/*
Theme Name: Bigformat Child
Template: bigformat
*/

bigformat-child/functions.php

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

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

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

bigformat-child/js/scripts.js

 

Build information

  Ben // bigformat-child // ID: #10460Dec 13 2018
functions.php
style.css
screenshot.png
[dir] js/
      » scripts.js
7605E817569D05E99A4BA20523733542 4KB

Folder Structure

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