enqueue additional child theme files with functions.php
-
I need to enqueue additional theme files in a child theme. Such as /media-queries.css or a php file in a subfolder (ie. /theme-child/subfolder/file.php.
I’ve created a child theme and enqueued the style sheet, but I don’t know what the php function is to enqueue files other than style.css
From research I think I need to use get_template_directory(), but I can’t find any examples.
Thank you!
Viewing 9 replies - 1 through 9 (of 9 total)
Viewing 9 replies - 1 through 9 (of 9 total)
- The topic ‘enqueue additional child theme files with functions.php’ is closed to new replies.