Tagged Questions
0
votes
3answers
102 views
theme path in javascript file
I need to include the path to my theme file within a javascript file. How would I go about this? I have already tried:
var templateUrl = "<?php get_stylesheet_directory_uri(); ?>";
function ...
0
votes
1answer
197 views
wp_enqueue_script not loading my custom js file
I am using the following code below in my functions.php, However app.js is not found when I inspect it in the resources tab.
It is looking for it in ...