To improve the loading time of a blog it would be good to be able to control if scripts should be added to the "head" or the "footer" part of a wordpress theme. There is an option in the admin panel for controlling where the initalization script should be placed (jsType), but it does not affect other scripts.
Two ways to solve this would be to either add an additional option in the admin panel or to let jsType control the location of all the scripts.
To improve the loading time of a blog it would be good to be able to control if scripts should be added to the "head" or the "footer" part of a wordpress theme. There is an option in the admin panel for controlling where the initalization script should be placed (
jsType), but it does not affect other scripts.Two ways to solve this would be to either add an additional option in the admin panel or to let
jsTypecontrol the location of all the scripts.