I'm passing post meta in and my client wants to be able to format it using HTML. I can't do it globally because they want each different. Anyone know how to allow HTML in the post-meta fields? Or is there another way I can solve this issue?
<?php
$sponsorImage1 = get_post_meta($post->ID, 'tz_sponsorImage1', true);
$sponsorURL1 = get_post_meta($post->ID, 'tz_sponsorURL1', true);
?>