Magazine Saga WordPress Child Theme Download

Download

information page

Parent theme dependency

For the Magazine Saga Parent WordPress Theme by #themesaga visit the Demo page & Info page.

magazine-saga-child/style.css

/*
Theme Name: Magazine Saga Child
Template: magazine-saga
*/

magazine-saga-child/functions.php

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

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

<img src="./screenshot.png" alt="magazine-saga child theme screenshot">

magazine-saga-child/js/scripts.js

 

Build information

  Ben // magazine-saga-child // ID: #23174Dec 15 2022
functions.php
style.css
screenshot.png
[dir] js/
      » scripts.js
35E353E165F135856CE8C93891D5B781 4KB

Folder Structure

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