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