Trendytravel WordPress Child Theme Download

Download

information page

Parent theme dependency

For the Trendytravel Parent WordPress Theme by designthemes visit the Demo page & Info page.

trendytravel-child/style.css

/*
Theme Name: Trendytravel Child
Template: trendytravel
*/

trendytravel-child/functions.php

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

trendytravel-child/screenshot.png (1200px x 900px)

<img src="./screenshot.png" alt="trendytravel child theme screenshot">

trendytravel-child/js/scripts.js

 

Build information

  Ben // trendytravel-child // ID: #13316Dec 13 2018
functions.php
style.css
screenshot.png
[dir] js/
      » scripts.js
838C4B134ADD73C5B43E313610126F71 4KB

Folder Structure

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