Child theme break main css load
-
wp_enqueue_style( 'basicstore-wp-style', get_stylesheet_directory_uri() . '/assets/css/wp.css' ); wp_enqueue_style( 'basicstore-main-style', get_stylesheet_directory_uri() . '/assets/css/theme.css' );
Should not it use
get_template_directory_uri
instead ofget_stylesheet_directory_uri
? stylesheet_directory break the child theme css link.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Child theme break main css load’ is closed to new replies.