Hi there,
I have a few metaboxes in my portfolio which displays on the frontend like urls to social media network, I'd like to grab the individual meta box data and use it as a link for an image in the front end, how would I go about doing this?
Thinking something along the lines of this:
<a href="<?php echo meta post data somehow ?>"><img src="imagelink.jpg"></a>
Any help would be appreciated!














