Attractor WordPress Child Theme Download

Download

information page

Parent theme dependency

For the Attractor Parent WordPress Theme by HighGrade visit the Demo page & Info page.

attractor-child/style.css

/*
Theme Name: Attractor Child
Template: attractor
*/

attractor-child/functions.php

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

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

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

attractor-child/js/scripts.js

 

Build information

  Ben // attractor-child // ID: #10720Dec 13 2018
functions.php
style.css
screenshot.png
[dir] js/
      » scripts.js
C65AED98DD5834086E79D19098785D50 4KB

Folder Structure

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