Dark Top Travel WordPress Child Theme Download

Download

information page

Parent theme dependency

For the Dark Top Travel Parent WordPress Theme by #themepalace visit the Demo page & Info page.

dark-top-travel-child/style.css

/*
Theme Name: Dark Top Travel Child
Template: dark-top-travel
*/

dark-top-travel-child/functions.php

<?php
add_action('wp_enqueue_scripts', 'wp_child_theme');
function wp_child_theme()
{
      wp_enqueue_style('parent-stylesheet', './dark-top-travel/style.css');
      wp_enqueue_style('child-stylesheet', './dark-top-travel-child/style.css');
      wp_enqueue_script('child-scripts', './dark-top-travel-child/js/view.js', array('jquery'), '6.1.1', true);
}
?>

dark-top-travel-child/screenshot.png (1200px x 900px)

<img src="./screenshot.png" alt="dark-top-travel child theme screenshot">

dark-top-travel-child/js/scripts.js

 

Build information

  Ben // dark-top-travel-child // ID: #23247Dec 15 2022
functions.php
style.css
screenshot.png
[dir] js/
      » scripts.js
75CBACD24C645AB3DE8CC1E53D205546 4KB

Folder Structure

Parent *dark-top-travel/
Child **dark-top-travel-child/
* Required theme for this child theme to work
** This child theme (download)