• My WordPress “head” had like 20 plugins on it and a lot of unnecessary CSS and so many scripts that are only needed on some pages and posts….

    For example, the Gallery plugin’s CSS and Scripts should only be on my head if I was at the Gallery page, and not my whole blog.

    Is there a way to make this work? Or all those plugins can be on my head and it wont affect the SEO or Speed of my entire site?

    I have a lot of junk that my <?php wp_head(); ?> puts out :/

    Please Help!

Viewing 3 replies - 1 through 3 (of 3 total)
  • That would involve editing the plugins to add IF statements for is_page() or whatever so it only displays on the pages you want.

    Thread Starter A. Sandoval

    (@laalex98)

    But what happens when the plugin updates? you see ??

    I understand. So your options are to edit them each update or edit them and dont update.

    Either way the plugin would need to be changed if you want to reduce all that head clutter.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘WP Head’ is closed to new replies.