Why don’t you read the answers you get? In this answer I said to you to use get_post_meta
instead of get_post_custom
. The reason is quiet simple: get_post_meta( post_id, metakey, single )
returns a single value if single
is set to true
(RTFM!!)
If you would use get_post_meta()
, than you will get your answer. If not, try unserialize()
Related Posts:
- How to delete resized (cropped) image uploads and prevent future resizing?
- Download an image from a webpage to the default uploads folder
- Allow contributor role to upload images and not edit already published articles
- Limit image resolution on upload
- Media Upload Folder – how to manage
- Upload multiple images in a custom metabox
- hook into completed image upload filter
- Prevent image upload unless exact size
- Adding upload button in metabox
- Use Media upload in custom widget on wordpress 3.5
- Images uploading to wrong folder
- How can I add the “Use as featured image” to a custom metabox?
- Image resize with image url
- How do i upload an image and return the image id?
- WordPress function: limit size, only jpg, jpeg, limit of uploaded files per account
- How to add php to theme to show alt attributes
- How to upload image without post ID using the new media uploader?
- Display different header images based on current page
- Uploading an image as featured image from frontend form
- How to upload images from my directory into my wordpress?
- could not upload image in media library
- Why images/photos after being uploaded to my wordpress site get slightly blurry?
- How to disable the suffix “-scaled” which is being added at the end of each uploaded image?
- Is 700,00 jpgs too many for a WordPress site.?
- Images in upload folder with hexadecimal names
- Frontend Post – Allow Only Image File Upload
- Restrict Image Uploads to a Certain File Type
- Rename media files generated during upload
- add_image_size() to crop images into squares?
- HTTP Error when uploading files above 7mb unless using GD Image Editor
- wordpress media library shows empty images
- Upload .doc to blog
- media sideload image and Google Content
- Can’t seem to attach uploaded image to post and set it as thumbnail
- image in my post disappeared after I upload website to remote server
- How to create ‘Local’ filters for WordPress srcset sizes in template parts?
- Get image URL after image created from canvas and sent to WP uploads with AJAX
- Disable all resizing and compression
- How to stop thumbnail generation from some images and different size thumbnail generate
- having issue while uploading An error occured in the upload. Please try again later
- Enable custom logo upload if logo is not in header
- How to implement secure frontend image upload? [closed]
- How to replace images?
- using media_sideload_image with a file from theme directory
- Is there any way to Integrate WordPress with Imgur for Image Hosting
- Blank upload.php page
- Change media URL (images)
- Upload image without media-upload [duplicate]
- Tinymce and uploading local pictures
- Unable to upload images to the Media Library. Getting this erron on the console wp-admin/async-upload.php 403 (Forbidden)
- HowTo: develop WP template with dynamic background image
- Images give 404 after changing default domain
- Images are not showing up in “Uploaded to this post”
- Create a post from every image in my media gallery
- Autosort uploads in galleries by filename
- Change Image folder Locations
- Images not found after migrating WordPress website
- “HTTP Error” or Network Error (tcp_error) when uploading image
- Images uploading from media going in wrong folder
- Error uploading images in wordpress
- Capitilize Alt/Title Tag in Image HTML, Reorder HTML Output
- How does wordpress name resized image copies?
- adding image to post thumbnail from another server
- Apply nextgen-gallery lightbox effect [closed]
- How to create a title images for different posts?
- Metabox image upload value
- Making a parent directory writable by the server
- How to get rid of undefined variable in previous post image
- How to display a warning when an uploaded image is too small?
- Large uploaded images not resizing?
- cant upload media/pictures to my wordpress site, cant upload anything to my database
- Save media files (images) to database instead of the filesystem
- WordPress on IIS works except for image upload widget: Win 10 Pro
- Trouble with Uploading and Displaying Images
- Unset image sizes before images are uploaded
- WordPress Multisite: Images moved to /sites/1?
- unsharp thumbnails after uploading image
- How to delete original image file after upload and resize
- An error has occurred during the upload process in wordpress 5.3.2
- How to disable post-thumbnail from generation?
- second featured post not displaying on page [closed]
- Getting the Select and Crop Functionality Using Custom Fields
- How to get attachements URL from author meta and display them?
- What is the best way to handle Ajax image upload on front end?
- 403 Forbidden when accessing image in wordpress
- After I upload a file to library its name converted to dashes
- Missing Images in Uploads Directory (Server Only)
- Only User Upload image Http Error
- Rename uploads filenames to POST-ID on upload
- See the all uploaded images of a user as an admin
- Broken Media Library
- 3.5.x Theme Customize: Handling Custom Control Requests
- Transfered live site to new server and images are not showing
- Limit files uploaded per folder
- Custom filename when pasting an image from clipboard
- Bug when uploading pictures with Arabic name characters?
- What type to upload image within theme options?
- Uncaught Error: Call to undefined function file_is_valid_image()
- if user role is x – show image – wordpress
- Uploading media to wordpress API with C# HttpClient