BCF Shop WordPress Child Theme Download
Read our risk warning before downloading & installing
Parent theme dependency
For the BCF Shop Parent WordPress Theme by athemeart Demo page & Info page .
bcf-shop-child/style.css
/*
Theme Name: BCF Shop Child
Author: ChildThemeWP.com
Author URI: https://childthemewp.com/bcf-shop/
Description: BCF Shop WordPress child theme.
Template: bcf-shop
Text Domain: bcf-shop-child
*/
bcf-shop-child/functions.php
<?php
add_action( 'wp_enqueue_scripts', 'enqueue_bcf-shop_child' );
function enqueue_bcf-shop_child()
{
wp_enqueue_style('bcf-shop-css', './bcf-shop/style.css' );
wp_enqueue_style('bcf-shop-child-css', './bcf-shop-child/style.css');
wp_enqueue_script('bcf-shop-child-js', './bcf-shop-child/js/script.js', array( 'jquery' ), '1.0', true );
}
?>
bcf-shop-child/screenshot.png (1200px x 900px)
<img src="./screenshot.png" alt="bcf-shop child theme screenshot">
bcf-shop-child/js/script.js
/* bcf-shop Javascript */
Build information
functions.php |
style.css |
screenshot.png |
[dir] js/ |
» script.js |
Hash: 86df8e568fdaf56261303bf337979f95 ~4KB |
Folder Structure
Parent * | bcf-shop/ |
Child ** | bcf-shop-child/ |
* Required theme for this child theme to work ** This child theme (download) |
---|