Fortis7 WordPress Child Theme Download

Download

information page

Parent theme dependency

For the Fortis7 Parent WordPress Theme by moutheme visit the Demo page & Info page.

fortis7-child/style.css

/*
Theme Name: Fortis7 Child
Template: fortis7
*/

fortis7-child/functions.php

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

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

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

fortis7-child/js/scripts.js

 

Build information

  Ben // fortis7-child // ID: #11774Dec 13 2018
functions.php
style.css
screenshot.png
[dir] js/
      » scripts.js
09D1C94D9DC741DC07C8542A3C27D2AD 4KB

Folder Structure

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