• Hello

    I have create a child theme but I have a probleme with in function.php

    /* Idyllic Template */
    require get_template_directory() . ‘/inc/front-page/about-us.php’;
    require get_template_directory() . ‘/inc/front-page/fact-figure-box.php’;
    require get_template_directory() . ‘/inc/front-page/front-page-features.php’;
    require get_template_directory() . ‘/inc/front-page/latest-from-blog.php’;
    require get_template_directory() . ‘/inc/front-page/portfolio-box.php’;
    require get_template_directory() . ‘/inc/front-page/our-testimonial.php’;
    require get_template_directory() . ‘/inc/front-page/team-member.php’;

    My question :

    It’s possible to write this in function ?

    Thanck

    The page I need help with: [log in to see the link]

  • The topic ‘Problem for child theme’ is closed to new replies.