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