OK, now, I set up a child theme but now how to I get to the php section/
All I have is functions.php =
<?php
// Exit if accessed directly
if ( !defined( ‘ABSPATH’ ) ) exit;
// BEGIN ENQUEUE PARENT ACTION
// AUTO GENERATED – Do not modify or remove comment markers above or below:
if ( !function_exists( ‘chld_thm_cfg_parent_css’ ) ):
function chld_thm_cfg_parent_css() {
wp_enqueue_style( ‘chld_thm_cfg_parent’, trailingslashit( get_template_directory_uri() ) . ‘style.css’ );
}
endif;
add_action( ‘wp_enqueue_scripts’, ‘chld_thm_cfg_parent_css’ );
// END ENQUEUE PARENT ACTION
and style.css =
/*
Theme Name: Enigma Child
Template: enigma
Author: Child Theme Configurator
Version: 1.0
Updated: 2015-02-17 14:25:48
*/
@charset “UTF-8”;