Child theme not working
-
Has anyone gotten a child theme to work with Tonal?
This is my style sheet:
/* Theme Name: Tonal Child Theme URI: http://example.com/twenty-fourteen-child/ Description: Tonal Child Theme Author: John Doe Author URI: http://example.com Template: tonal Version: 1.0.4 Tags: light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready Text Domain: tonal2014 */ /* =Theme customization starts here -------------------------------------------------------------- */and my functions php:
<?php add_action( 'wp_enqueue_scripts', 'enqueue_parent_theme_style'); function enqueue_parent_theme_style() { wp_enqueue_style( 'parent-style', get_template_directory_uri().'/style.css' ); } ?>What am I missing?
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
The topic ‘Child theme not working’ is closed to new replies.
