MyResume WordPress Child Theme Download

Download

information page

Parent theme dependency

For the MyResume Parent WordPress Theme by Elegant Themes visit the Demo page.

MyResume-child/style.css

/*
Theme Name: MyResume Child
Template: MyResume
*/

MyResume-child/functions.php

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

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

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

MyResume-child/js/view.js

 

Build information

  Ben // MyResume-child // ID: #17359Apr 25 2019
functions.php
style.css
screenshot.png
[dir] js/
      » view.js
034D5A9188E72F0467DC2D01667223A9 4KB

Folder Structure

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