Enqueue styles properly in a child theme and stylesheets location

Use: wp_enqueue_style( 'test', get_stylesheet_directory_uri() . '/css/test.css' );

instead of get_template_directory_uri();

Leave a Comment