I believe this is what you are after:
// define $post_id, $key, $single
$multipleLineValue = get_post_meta($post_id, $key, $single);
// Convert into an array where desired code can be added to the output
$multipleLineValue = explode("\n",$multipleLineValue);
$output = "";
foreach ($multipleLineValue as $lineValue) {
$output .= "<span>".$lineValue."</span><br>";
}
echo $output;
Related Posts:
- Cannot get tags working from a WPAlchemy metabox with wp_editor()
- Where are custom field values stored in the database
- Any way to add custom options to Gallery Settings?
- Using TinyMce with textareas in meta boxes on custom post types
- How to display all custom fields associated with a post?
- How can I fetch CSS from JSON WP REST API response
- passing argument to get_template_part() or a better way to code
- ACF – get_field() using ‘option’ as post_id not working
- How to set a default meta value for custom field
- Populating meta box with select-list of existing posts, and assigning it to custom post types
- Create meta boxes that don’t show in custom fields
- How To Create a Metabox of HTML Content with Instructions For Editors When Editing a Post or Page?
- wp_editor in add_meta_boxes does not show gallery
- Copying Custom Meta Values from existing post to a duplicate post
- Move value of one custom field to another
- Deleting a custom field field
- custom field to always to .get_the_title()?
- Displaying posts with only upcoming dates according their custom field date value
- How to filter a dd/mm/yyyy date from a custom field in a query
- How do I add custom_meta_box_id’s value?
- Get a post_id where meta_value equals something in a serialized meta_value field
- List posts with common custom field value
- little help with a mySQL query to wp database
- Importing users to Buddypress with custom fields
- How do I query for a post by custom field?
- Including Database Generated Pages in Site Search [closed]
- Is it bad to use a lot of Custom Meta Fields?
- How to save media files under custom folder without changing wp-config.php or changing media settings
- How can I sort homepage by a meta value?
- Audio player shortcode not showing up when using variable
- Performance of storing multiple meta fields vs one JSON encoded field [duplicate]
- get_posts that match a user-specified value on a page
- Custom Metabox Not Saving
- How to add image attachment to post from a single meta key (Woocommerce)
- Custom Fields – Taller editing area
- How to add Advenced Custom Fields In Single Post
- Get updated meta value after post update or published (custom post type) using hook
- Change the main loop WordPress impact on the server?
- How to get categories with posts by custom field value?
- Meta Query returns wrong number of posts
- How to hide a custom field if there is not a value
- custom-meta-box checkboxes from loop won’t save
- Custom dropdown field added to media gallery; how to get it to save properly?
- Uploading PDF using Media Uploader
- Display Custom Field for a Specific Role, but not for Admin
- Correct syntax for retrieving custom field in CPT
- $TBA Getting Translated to $0 (Custom Fields)
- How Do I Display A Custom Field In The Sidebar Of All My Pages?
- Hide text if one custom field out of two is empty [closed]
- Multiple instances of TinyMCE are removing tag
- Echo the custom field value from the latest post from the ‘video’ post format?
- Custom Field – Do Not Show if Value is Empty?
- How to query an out put value?
- What’s the best way to implement custom widgets on a per post basis?
- Displaying Meta-Box Data Properly
- wp custom field date format compare
- frontend submit post jQuery clone row won’t save
- Retrive Image URL of Custom Fields in Theme
- Include one custom field in search results
- Custom search SQL Query to add custom field in result
- do_shortcode close
- Search Results Page – Displaying Custom Meta Fields
- Interrogate a page within a loop to check template type or custom meta data (Pages vs Posts)
- using advanced custom field to control css hover color
- Custom Field data only shows after manual post update
- Custom field Search with Relavanssi
- How to exclude custom fields from search queries?
- Add Custom Fields After Page Title
- Footnotes in custom fields
- wordpress get_post_meta / the_meta to output custom field value
- How to show content of custom fields in search results?
- simple fields plugin custom query
- Set class if a meta value is set within post archive
- Filtering posts by ACF meta query
- Allow HTML in Custom Metabox area
- checking liked user in wordpress rest api
- How to display selected option from dropdown list in a metabox
- How to use a custom field with add_rewrite_rule()?
- Login Api with Meta_key and Meta_value
- User custom meta delete by serialised key value
- Metabox value for post loop?
- How to add a default field Name to post Custom Fields
- Using ACF Custom Field value in a URL with do_shortcode() [closed]
- Custom Post Field -> Returning only the word “array”
- Register author, facebook connect, publish posts from front end
- Custom field and category query
- Extend WP_Customize_Control with Multiple Field Control
- Confusion on how to display custom field data
- How to use page metadata while using wp_list_pages()?
- Validating custom meta boxes with jQuery results in posts being saved as draft instead of published post
- Running a Gallery Shortcode in a Custom Fields Widget
- How can I create more “create attachment” custom field – any idea?
- sort a custom field base on the date or anything
- How to get the value of particular get $meta value in wordpress
- custom field as a boolean with a checkbox?
- Retrieving custom field as shortcode
- Hiding custom fields when content is empty [closed]
- Website that sells statistics
- Extract array from custom field
- I used a custom field for header image and can’t get it to show up on posts