Title: child-theme
Last modified: August 31, 2016

---

# child-theme

 *  [madvic](https://wordpress.org/support/users/madvic/)
 * (@madvic)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/child-theme-195/)
 * Can you replace for child-theme compatibility :
 *     ```
       /**
        * Load the slider
        */
       require get_template_directory() . '/inc/slider.php';
       ```
   
 * By
 *     ```
       /**
        * Load the slider
        */
       require get_stylesheet_directory() . '/inc/slider.php';
       ```
   
 * And the other stuff…
    Thanks

The topic ‘child-theme’ is closed to new replies.

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

 * 0 replies
 * 1 participant
 * Last reply from: [madvic](https://wordpress.org/support/users/madvic/)
 * Last activity: [10 years, 1 month ago](https://wordpress.org/support/topic/child-theme-195/)
 * Status: not resolved