Will this work with the latest WordPress ? I want to try to use this with Google Adsense. Maybe you guys can update it to add a spot for it.
]]>I’d like to add Scrollmagic and a couple of other libraries to my site for site-wide use.
Is it possible to do this via Headmaster .. or can you point me at the best way?
Thanks!
]]>If you don’t utilize a typekit account, the plugin still embeds a script tag in your header that results in a 404. Please add exceptions to the plugin so that if they don’t enable the setting, it doesn’t add script tags in the header.
]]>Thanks for this plugin, it works great.
Just consider loading respond.js with IE conditional tags. Also html5shiv would be great:
<!–[if lt IE 9]>
<script src=”https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js”></script>
<script src=”https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js”></script>
<![endif]–>
Thanks!
]]>I have added kml and favicon files inmy site and now i want add relative codes in head section such us:
<link rel=”alternate” type=”application/vnd.google-earth.kml+xml” href=”SixRevisions.kml” />
<link rel=”shortcut icon” href=”<?php echo get_stylesheet_directory_uri(); ?>/favicon.ico” /> and
without conflict with yoast plugin that install all others meta code that i need
It’s possible with your plugin without conflict with Yoast?
It’s compatible with last wordpress 3.5.1?
Thanks