Title: Child theme break main css load
Last modified: April 26, 2018

---

# Child theme break main css load

 *  [cjmling](https://wordpress.org/support/users/cjmling/)
 * (@cjmling)
 * [8 years ago](https://wordpress.org/support/topic/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 of `get_stylesheet_directory_uri`?
   stylesheet_directory break the child theme css link.
    -  This topic was modified 8 years ago by [cjmling](https://wordpress.org/support/users/cjmling/).
    -  This topic was modified 8 years ago by [cjmling](https://wordpress.org/support/users/cjmling/).

Viewing 1 replies (of 1 total)

 *  [TUT Support](https://wordpress.org/support/users/phpexpert21/)
 * (@phpexpert21)
 * [8 years ago](https://wordpress.org/support/topic/child-theme-break-main-css-load/#post-10220851)
 * Hello cjmling,
 * To create child theme please refer the below url-
 * [http://www.wpbeginner.com/wp-themes/how-to-create-a-wordpress-child-theme-video/](http://www.wpbeginner.com/wp-themes/how-to-create-a-wordpress-child-theme-video/)
 * I hope the above was helpful.
 * Kind regards,
 * Manoj

Viewing 1 replies (of 1 total)

The topic ‘Child theme break main css load’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/basicstore/1.5.1/screenshot.png)
 * BasicStore
 * [Support Threads](https://wordpress.org/support/theme/basicstore/)
 * [Active Topics](https://wordpress.org/support/theme/basicstore/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/basicstore/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/basicstore/reviews/)

## Tags

 * [css](https://wordpress.org/support/topic-tag/css/)
 * [style](https://wordpress.org/support/topic-tag/style/)

 * 1 reply
 * 2 participants
 * Last reply from: [TUT Support](https://wordpress.org/support/users/phpexpert21/)
 * Last activity: [8 years ago](https://wordpress.org/support/topic/child-theme-break-main-css-load/#post-10220851)
 * Status: not resolved