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