Add custom JS Thierry Muller Posted 8 years, 4 months ago Hey Enzo, You last snippet is correct but you have to replace get_template_directory_uri() (which should be used in parent themes) with get_stylesheet_directory_uri() which must be used in child themes. Happy coding,
Thierry Muller Posted 8 years, 4 months ago Hey Enzo, You last snippet is correct but you have to replace get_template_directory_uri() (which should be used in parent themes) with get_stylesheet_directory_uri() which must be used in child themes. Happy coding,