wp_head() not including styles and javascripts after a template redirect
If CSS is not outputting inside wp_head, it may imply that they’re not being enqueued correctly. See here for more info. Maybe they’re hardcoded in the theme file? In header.php? As for scripts, my guess is that they are being enqueued and set to trigger during footer actions, so the fact that you’re not calling … Read more