I'm busy writing my first zenphoto theme and wondered what the best approach would be when it comes ot including jQuery plugins etc. My theme will be using twitter bootstrap and that uses jQuery.
Zenphoto comes with jQuery (1.11.x in the coming 1.4.6) which is loaded by default on the front end via the theme_head filter. If you need extra jquery plugins you can include them the normal way via `` in the theme's head after the filter. Or you do via the filter itself via plugins.
Comments
There is no way to exclude that.