Theme Function 'ipt_kb_scripts' issue with Child Themes
-
In the theme function ipt_kb_scripts, the wp function
get_stylesheet_directory_uriis called to create the uri of each file. When the theme is extended by a child themeget_stylesheet_directory_uripoints to child theme’s directory and not the parent. Changeget_stylesheet_directory_uritoget_template_directory_urito keep it pointing to parent whether it’s extended or not by a child.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Theme Function 'ipt_kb_scripts' issue with Child Themes’ is closed to new replies.
