I’ve got the WP Slimbox2 plugin installed and I’m trying to have the caption’s ULR point to a different site, not just the img URL. Any ideas out there on how this can be done?
I’ve got the WP Slimbox2 plugin installed and I’m trying to have the caption’s
Share
Figured it out. Simple question of replacing
<a>and</a>with their HTML entity counterparts and using single quotes for the ref in the title attribute. In case anyone is wondering 😉