Support

Account

Home Forums General Issues No p tags with wysiwyg field Reply To: No p tags with wysiwyg field

  • I found the solution on another website.

    Use this in your PHP code:

    $content = apply_filters('the_content', $content);

    This also renders the inline elements / shortcodes.

    Regards from Berlin
    Oliver aka Keks