• 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.