Rentit WordPress Child Theme Download

Download

information page

Parent theme dependency

For the Rentit Parent WordPress Theme by Jthemes visit the Demo page & Info page.

rentit-child/style.css

/*
Theme Name: Rentit Child
Template: rentit
*/

rentit-child/functions.php

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

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

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

rentit-child/js/scripts.js

 

Build information

  Ben // rentit-child // ID: #11904Dec 13 2018
functions.php
style.css
screenshot.png
[dir] js/
      » scripts.js
1CD3216D6B2557D689037C77AD8EF8E5 4KB

Folder Structure

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