• 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 of get_stylesheet_directory_uri? stylesheet_directory break the child theme css link.

    • This topic was modified 6 years, 10 months ago by cjmling.
    • This topic was modified 6 years, 10 months ago by cjmling.
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.