Thread Starter
cmeers
(@cmeers)
Thanks for reply, @webdevmattcrom.
I finally remembered I had switched the ‘false’ in define(‘WP_DEBUG’, false) to ‘true’ in ‘wp-config.php’
Thread Starter
cmeers
(@cmeers)
Thanks for your help @stephencottontail. WordPress updated the codex page I originally referenced. Turns out I wasn’t the only one with that issue.
Thread Starter
cmeers
(@cmeers)
Right, but before I took this out —
wp_enqueue_style( 'twentyfourteen-style', get_stylesheet_uri(), array( 'genericons' ) );
from the parent theme’s functions.php, the child theme was loading twice.
Thread Starter
cmeers
(@cmeers)
Thanks for your help! Here’s a link to my site.