#
July 8, 2013 at 2:02 pm
> Your custom functions should come as late as possible, to make sure that the library and all HTML has loaded. It’s not just for WordPress, you should always do this with any site. @senff
I always load libraries at the bottom. The only thing that gets loaded in the `
` in my projects is Modernizr. Everything else (jQuery, plugins, site.js, etc) get loading just before the closing ``.