Me moaning about wp_head
-
Hello,
I don’t know if there is a solution for this but i’m going to rant on about it anyway.
I have only recently started developing wordpress sites (last 6 months) and love the flexibility of the template system and the ability to add my own php snippets.
I’ve noticed that I add wp_head to all my wordpress themes in the thought it would add important bits required to run the website but i am ever more getting frustrated by the crap placed in it, particularly from plugins.
For example i frequently use the jquery library in my themes but certain plugins such as the contact form plugin adds it in when it is installed. Not only this but it does it on every page, not even just the ones with forms. This means that people end up download the library twice.
Another thing which frustrates me is plugins add their own inline css. I am very capable of styling myself and while I understand that there should be css there by default for less tech savvy users there should also be an option to disable it, likewise with javascript.
i end up looking at my source and feeling ill because of all the extra crap that is placed in the header.
if anyone could tell me how they deal with this i’d love to know!
rant over ??
Dave.
- The topic ‘Me moaning about wp_head’ is closed to new replies.