Abteam WordPress Child Theme Download

Download

information page

Parent theme dependency

For the Abteam Parent WordPress Theme by #abnooin visit the Demo page & Info page.

abteam-child/style.css

/*
Theme Name: Abteam Child
Template: abteam
*/

abteam-child/functions.php

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

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

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

abteam-child/js/scripts.js

 

Build information

  Ben // abteam-child // ID: #23326Dec 15 2022
functions.php
style.css
screenshot.png
[dir] js/
      » scripts.js
B222617E8AF962B14B07F63EB39D433C 4KB

Folder Structure

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