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