<?php
$custom_fields = get_post_custom($post_id); //Current post id
$my_custom_field = $custom_fields['website']; //key name
foreach ( $my_custom_field as $key => $value )
echo $key . " => <a href="" . $value . "">Click Here</a><br />";
?>
Related Posts:
- Meta Query with AND & OR?
- Problem with serialized arrays in custom meta
- explode array within shortcode
- Can I count the number of users matching a value in a multiple value key?
- WP doesn’t show Array Custom Fields?
- How do I search an array stored in a custom-field using WP_Query?
- How to delete custom field “suggestions” from dropdown list
- How to save custom fields for attachments
- How to get a meta value from all post
- Adding existing user custom field value to a woocommerce product [closed]
- How to save values of a custom input field on the Network > Site Info screen
- How to load php file for specific page in admin?
- How to set default metaboxes on user creation?
- Exclude custom post type from search by custom field value?
- ajax jquery update custom field meta value front end
- Add input field to ‘Pages > Edit Page’ through functions.php
- get_post_meta not working inside loop
- add meta box using function.php
- How do I exclude posts by custom field value?
- Upcoming Event: How do I sort database by custom date field, but ignore past dates?
- Auto populate a meta box field from another meta box field when publish or save
- Add Paypal Button programmatically
- How do I use wp_query for WordPress search?
- Nav Menu – Add class based on meta keys
- Eliminating the appearance of a specific custom field in a post
- Conditional custom field query
- Display two custom values from a post
- Find page IDs with specific meta tag key value pairs
- Order query by meta_value with multiple custom fields
- Conditionally hide or show woocommerce product variation in fontend by custom field
- Display only past events on that page using Visual Composer Grid Bulider
- Accessing loop functions (e.g the_title or the_content) from post ID
- Create an Array of Specific Custom Post Meta
- custom avatar removal
- Excluding Specific Fields from Profile Builder Registration Form
- Send email with custom fields after new draft is saved or new post published
- Get posts with same meta value as current post
- Add custom field to all posts in specific post_type
- Set post to unpublished after one week depending on condition
- query posts custom field calculation value
- Get Data From wp_sitemeta for Multisite network
- Efficiently sort only certain categories by custom field
- How can I do a variable for meta_query?
- custom field (video/audio url) and embed functionality
- Allow only one post with specific meta value
- Custom metabox not displaying multiselect data in edit mode
- How to validate select field in post meta?
- Querying posts by latitude and longitude to build a Google Maps with several markers
- How to display childrens custom fields?
- Attach images to posts using custom fields (just paths to images already uploaded)
- how to display custom fields of post on a web page
- How to fill custom fields with brackets in their key with add_post_meta()?
- How to use pre_get_posts to alter posts_per_page of category pages, where ‘posts_per_page’ will be dynamic
- Front-End User Profile
- Displaying pages with a specific custom meta
- How to update user profile custom fields
- How to print the Custom fields values [closed]
- How to validation for sanitize_URL?
- How can I output the custom fields wrapping with HTML
- put saved metabox values back into fields and then display on the front end
- How to get custom image field of specific post id
- Custom field to array?
- wp_get_attachment_image_src() with advanced custom fields returning empty
- How to update custom field of a posts in a particular category
- How to query posts by month based on date custom field?
- Change word in woocommerce product category custom field
- get posts based on non-single metadata
- Problem with revisions only returning four results
- Woocommerce products search with custom fields
- Convert author metadata to a custom field
- Add forms dynamically in admin pages?
- Custom pages or Custom Posts
- get_avatar filter is not working as per requirement
- What WordPress “technology” would I use if I wanted subscribers to be able to mark pages with characteristics and notes?
- Saving Custom Field that includes Quotation marks
- WordPress Admin – Automatically Sort Custom Posts by Custom Field Date Value in d-m-Y Fomat
- how can i show WordPress custom field data to my short code?
- how to execute custom field for structured data?
- Saving custom form data
- searching by keywords in post’s metas or pagination links problem
- Permanently show Custom Fields in Editor
- open modal window
- select user with all meta field and field value. I am use Below Query for this ,So any of know another way to fast query instead of below query?
- Retrieve Google API JSON data and store as WordPress Custom Fields
- update meta field value after
- meta_query ‘compare’ => ‘!=’ not working
- If metabox fields has content display content
- Why WordPress takes time to make request to save post?
- Show comon custom field results?
- Display Data From This Custom Media Upload Meta Box?
- Custom fields and auto save
- Display Child Page with custom fields within Parent Page
- Load code for custom fields only on admin pages?
- Pagination not displaying correct number of pages
- Show div based on custom meta value
- Show/Hide Featured Image or replace it with custom field [closed]
- Add fields to edit in custom widget
- How to add a custom field to the comments “Quick Edit” screen?
- Multiple triggers when publishing, saving or updating a post in WordPress
- If possible a field ID transfom in a Custom Field?