Single page template – only need basic css/js. How to restrict wp_head() load?
-
I have a page that is different from all other pages on the site. It is the primary user-viewed page, and doesn’t need many of the assets loaded from wp_head(). What is the most effective (and future-proof) way to handle this?
I need:
Just a specific set of JS/CSS a couple of plugins ONLY. I don’t even need CSS/JS from the theme, since it’s a standalone page.There is so much extra, being loaded. 300k before content. I want to strip as much as possible.
Thanks
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Single page template – only need basic css/js. How to restrict wp_head() load?’ is closed to new replies.