Corporate Portfolio WordPress Child Theme Download

Download

information page

Parent theme dependency

For the Corporate Portfolio Parent WordPress Theme by #dgthemes visit the Demo page & Info page.

corporate-portfolio-child/style.css

/*
Theme Name: Corporate Portfolio Child
Template: corporate-portfolio
*/

corporate-portfolio-child/functions.php

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

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

<img src="./screenshot.png" alt="corporate-portfolio child theme screenshot">

corporate-portfolio-child/js/scripts.js

 

Build information

  Ben // corporate-portfolio-child // ID: #23299Dec 15 2022
functions.php
style.css
screenshot.png
[dir] js/
      » scripts.js
903E432F3175CE041C70D22EEEEB5046 4KB

Folder Structure

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