Support

Account

Home Forums General Issues Removing Paragraph Tags from WYSIWYG Fields? Reply To: Removing Paragraph Tags from WYSIWYG Fields?

  • I did

    <div>Name(s): <?php the_field('name', false, false); ?></div>

    But it still outputs like this:

    <div>
    Name(s):
    <p>
    <a href="#">Name</a>
    </p>
    </div>