Line break description wordpress
You should use the filter to show the description. Try to replace $your_description with the custom field value. $content = apply_filters(‘the_content’, $your_description); echo !empty($your_description) ? $content : __(‘Nothing to show!’, ‘your_textdomain’);