In my functions.php I use wp_enqueue_style and wp_enqueue_script as I read this is the correct way to add stylesheets and scripts to pages. But as my host has this sub folder where the install goes into get_template_directory_uri() gives me the wrong path.
It gives me http://www.example.com/wp-content/themes/mytheme/css/style.css?ver=1.0“
I need it to be http://www.example.com/subfolder/wp-content/themes/mytheme/css/style.css?ver=1.0“
I have no clue at the moment.