Tagora WordPress Child Theme Download

Download

information page

Parent theme dependency

For the Tagora Parent WordPress Theme by #sensationaltheme visit the Demo page & Info page.

tagora-child/style.css

/*
Theme Name: Tagora Child
Template: tagora
*/

tagora-child/functions.php

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

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

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

tagora-child/js/scripts.js

 

Build information

  Ben // tagora-child // ID: #23161Dec 15 2022
functions.php
style.css
screenshot.png
[dir] js/
      » scripts.js
4D4639EB3848EABF46E7F5F4BFAA9F2C 4KB

Folder Structure

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