Forums

How to Allow HTML in Post Meta (1 post)

  1. knwilson
    Member
    Posted 10 months ago #

    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);
    ?>

Reply

You must log in to post.

About this Topic

Tags