In colorbox, make the title a link to the post. The wordpress link needs to be dynamic. Colorbox is grabbing the thumbnail and title. How do I get it to add the url. The link would close the colorbox and open the post.
I am learning and would appreciate if someone could point me in the right direction.
Here is the jquery function from colorbox:
$('a.gallery').colorbox({title:function () {
return "To view full size, " + "click here!".link(this.href);
}});
Thank you, Thank you for any help!