Truelove Child Theme Download
Be the first to +1 !Download the Truelove WordPress Child Theme for Truelove 1.2.8 parent WordPress Theme - fly2sky. Compatible with Truelove Parent Theme listed under wordpress.org.

Truelove Child Theme
Made by ChildThemeWP.com
Made by ChildThemeWP.com
Images for illustration purposes only. Read our risk warning before installing.
Truelove WP Child Theme Code Snippets
WordPress Truelove Child Theme .zip installation file information below.
truelove-child/style.css
/*
Theme Name: Truelove Child
Author: ChildThemeWP.com
Author URI: https://childthemewp.com/truelove/
Description: Truelove WordPress child theme.
Template: truelove
Text Domain: truelove-child
*/
truelove-child/functions.php
<?php
add_action( 'wp_enqueue_scripts', 'enqueue_truelove_child' );
function enqueue_truelove_child() {
wp_enqueue_style('truelove-css', './truelove/style.css' );
wp_enqueue_style('truelove-child-css', './truelove-child/style.css');
wp_enqueue_script('truelove-child-js', './truelove-child/js/script.js', array( 'jquery' ), '1.0', true );
}
?>
truelove-child/screenshot.png (1200px x 900px)
<img src="./screenshot.png" alt="truelove child theme screenshot">
truelove-child/js/script.js
/* Javascript */
Build Information
functions.php |
style.css |
screenshot.png |
[dir] js/ |
» script.js |
Hash: 63ef0b0b98e251badd3d94a18f4c426d | ~4KB |
Folder Structure
Parent * | truelove/ |
Child ** | truelove-child/ |
* Required theme for this child theme to work | ** This child theme (download) |
---|
Comments