Vegpoint WordPress Child Theme Download

Download

information page

Parent theme dependency

For the Vegpoint Parent WordPress Theme by TemplateMela visit the Demo page & Info page.

vegpoint-child/style.css

/*
Theme Name: Vegpoint Child
Template: vegpoint
*/

vegpoint-child/functions.php

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

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

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

vegpoint-child/js/scripts.js

 

Build information

  Ben // vegpoint-child // ID: #13166Dec 13 2018
functions.php
style.css
screenshot.png
[dir] js/
      » scripts.js
67DD81098DE7458D58FD0CDB2334C1A8 4KB

Folder Structure

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