template_include doesn’t work with child theme

Solved! just need to change

get_theme_file_path()

to

get_template_directory()

tech