Skip to content

Commit

Permalink
Add child theme files
Browse files Browse the repository at this point in the history
  • Loading branch information
nikitahl committed Sep 7, 2020
1 parent 6fd29e5 commit b30dffa
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
6 changes: 6 additions & 0 deletions functions.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<?php
add_action( 'wp_enqueue_scripts', 'enqueue_parent_styles' );
function enqueue_parent_styles() {
wp_enqueue_style( 'parent-style', get_template_directory_uri().'/style.css' );
}
?>
10 changes: 10 additions & 0 deletions style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
/*
Theme Name: Visual Composer Starter Child
Theme URL: https://visualcomposer.com/visual-composer-starter-theme/
Description: Visual Composer Starter Child Theme
Theme Author: Visual Composer
Author URL: https://visualcomposer.com/
Template: visual-composer-starter
Version: 1.0.0
Text Domain: visual-composer-starter-child
*/

0 comments on commit b30dffa

Please sign in to comment.