Currently no.
But I’ll think up about the UI and how to implement it and post it here as soon as I have an idea.
I’m not even necessarily saying from the plugin itself. I’d be fine with hard coding it in the header.php, I just don’t know enough php to know what code to inject.
You can use jQuery:
$('div.headerSlider').find('img:first').wrap('<a href="#">');
or something like that.
I’ll give it a whirl, thanks!
Where exactly would I plug this code in?
Are you using the auto insert method or using the boom_header_image() template tag?
If I am using the boom_header_image() tag, where should I put the code for adding a hyperlink to the images?
Thanks,
Nathan
Does this plug-in work with multisite? For me it gives undefined variable error!
Yeah it should work, undefined variable is just a warning not an error. You can over-ride that with php error settings.
Where are php error settings and what code do I write to override it? This is my very first site in wordpress!
Is the error your receiving on the page or is it javascript?
Notice: Undefined variable:xxx.php on line 6
or is it javascript error
I still haven’t found a workable solution to hyperlinking my header images, either through shadzeh’s method or asbrown’s. I’m using a Thematic child theme that I had to hack a bit to make the header work on, so maybe that’s my issue.