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