get_stylesheet_uri returns wrong path
I am using the roots theme. Inside scripts.php, the stylesheets are loaded using the wp_enqueue_style-function. wp_enqueue_style(‘roots_bootstrap’, get_template_directory_uri() . ‘/assets/css/bootstrap.css’, false, null); wp_enqueue_style(‘roots_bootstrap_responsive’, get_template_directory_uri() … Read more