Title: Insert paragraphs/enters into custom fields
Last modified: August 21, 2016

---

# Insert paragraphs/enters into custom fields

 *  Resolved [Benimation](https://wordpress.org/support/users/benimation/)
 * (@benimation)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/insert-paragraphsenters-into-custom-fields/)
 * When custom fields are displayed, they don’t include any breaks.
    How do I turn
   this on? Do I need to edit the plug-in code for this?
 * Maybe it’s possible to show them as rich text editors instead of plain text?
 * [https://wordpress.org/plugins/wp-user-frontend/](https://wordpress.org/plugins/wp-user-frontend/)

Viewing 1 replies (of 1 total)

 *  Thread Starter [Benimation](https://wordpress.org/support/users/benimation/)
 * (@benimation)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/insert-paragraphsenters-into-custom-fields/#post-4984948)
 * I found it!
 * I changed line **512** in **wpuf-functions.php** to:
    `$extra .= sprintf( '<li
   ><label>%s</label>%s</li>', $field->label, make_clickable( str_replace("\n", "
   <br/>", $meta) ) );`
 * It basically replaces all `\n` characters to `</br>`
    I also removed the colon,
   which was in front of it.

Viewing 1 replies (of 1 total)

The topic ‘Insert paragraphs/enters into custom fields’ is closed to new replies.

 * ![](https://ps.w.org/wp-user-frontend/assets/icon-256x256.gif?rev=2818776)
 * [User Frontend: AI Powered Frontend Posting, User Directory, Profile, Membership & User Registration](https://wordpress.org/plugins/wp-user-frontend/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-user-frontend/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-user-frontend/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-user-frontend/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-user-frontend/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-user-frontend/reviews/)

## Tags

 * [break](https://wordpress.org/support/topic-tag/break/)
 * [break line](https://wordpress.org/support/topic-tag/break-line/)
 * [custom field](https://wordpress.org/support/topic-tag/custom-field/)
 * [enter](https://wordpress.org/support/topic-tag/enter/)
 * [paragraph](https://wordpress.org/support/topic-tag/paragraph/)
 * [plain text](https://wordpress.org/support/topic-tag/plain-text/)
 * [rich-text](https://wordpress.org/support/topic-tag/rich-text/)

 * 1 reply
 * 1 participant
 * Last reply from: [Benimation](https://wordpress.org/support/users/benimation/)
 * Last activity: [11 years, 11 months ago](https://wordpress.org/support/topic/insert-paragraphsenters-into-custom-fields/#post-4984948)
 * Status: resolved