Rt WordPress Child Theme Download
Parent theme dependency
For the Rt Parent WordPress Theme by stmcan visit the Demo page & Info page.
rt-child/style.css
/*
Theme Name: Rt Child
Template: rt
*/
rt-child/functions.php
<?php
add_action('wp_enqueue_scripts', 'wp_child_theme');
function wp_child_theme()
{
wp_enqueue_style('parent-stylesheet', './rt/style.css');
wp_enqueue_style('child-stylesheet', './rt-child/style.css');
wp_enqueue_script('child-scripts', './rt-child/js/view.js', array('jquery'), '6.1.1', true);
}
?>
rt-child/screenshot.png (1200px x 900px)
<img src="./screenshot.png" alt="rt child theme screenshot">
rt-child/js/view.js
Build information
functions.php |
style.css |
screenshot.png |
[dir] js/ |
» view.js |
Hash value: b1f440a5b4d160dc8ed77ad7697f30a0 ~4KB |
Folder Structure
Parent * | rt/ |
Child ** | rt-child/ |
* Required theme for this child theme to work ** This child theme (download) |
---|