WP-Andreas01 WordPress Child Theme Download

Download

information page

Parent theme dependency

For the WP-Andreas01 Parent WordPress Theme by #andreasviklundcom visit the Demo page & Info page.

wp-andreas01-child/style.css

/*
Theme Name: WP-Andreas01 Child
Template: wp-andreas01
*/

wp-andreas01-child/functions.php

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

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

<img src="./screenshot.png" alt="wp-andreas01 child theme screenshot">

wp-andreas01-child/js/view.js

 

Build information

  Ben // wp-andreas01-child // ID: #29228Dec 15 2022
functions.php
style.css
screenshot.png
[dir] js/
      » view.js
CFD746143B054C4FA4E7C8A86004D2E8 4KB

Folder Structure

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