I would strongly advise against using $post->guid
– WordPress now generates them in the form;
http:/example.com/?attachment_id=ID
Use the same method that many of the attachment-related functions use;
$filename = basename ( get_attached_file( $data->ID ) );
Related Posts:
- Get attachments (get_posts) and WP 3.5 new uploader
- attachments with tags and get_posts
- Query to only return the 2 newest post attachments (images)?
- Get title of post image is attached to
- get_post orderby not working in plugin
- How can i catch (with get_posts) attachment file (pdf, images) from a post when i have only inserted it from media library and it isn’t upload for it?
- Can’t sort get_posts by post_mime_type
- Retreive tags from attached post for media on page
- Change attachment inside the_content using filters
- How To Retrieve An Image Attachment’s Alt Text?
- Programmatically adding images to the media library with wp_generate_attachment_metadata randomly fails
- getting attachement images src and add classes
- Trying to hide buttons from Attachment window
- Uploading Multiple Attachments From Front-End With A Description
- Validate alt text for attachments?
- complex restriction of items in media library
- Edit image / Delete image link
- How could I add button next to “edit image” button in “Attachment Details”
- media_sideload_image file name?
- Give attachments an archive page
- Insert Media – Attachment – Link to : Remove the “attachment page” option
- Can I attach a document (eg: PDF) but have a JPEG as a thumbnail?
- Retrieving a custom link on an attachment
- Delete attachments from Front end
- get post attachments of a particular size
- How to upload image from front end and save in media library?
- attachment url rewrite
- How to create a CSV on the fly and send as an attachment using wp_mail?
- Get the title and URL of the attachment parent post
- Confused with attachment mimetype order
- query attachment images … if no attachments -> get attachments of parent page?
- Replacing with(out) regex link to attachment by links to files
- Getting attachment images is cloning some of them
- rename attachments based on parent-post-title on upload
- Rename attachments during upload no matter what filetype
- Attachment 0×0 size error [closed]
- Link all WordPress images size
- Contact Form 7 Data As Attachment [closed]
- Post Via Email – How to send Attachments with it (e.g. PDF File or JPEG Image)?
- Displaying Post Attachment(s) at Top of single.php
- Detach an image from a page using php
- Get the path of the first attached media (single.php)
- custom admin thumbnail for videos, not getting post’s id?
- Custom Gallery HTML only working when images are attached to post/page
- Image Gallery Numbers for 3.5
- How do I link an image to the post it is attached to?
- How to delete a custom file from upload directory when deleting its post
- Open the Attachment Details popup
- Attachment page 404
- Set Attachment Image File URL as GUID
- How to compress image before inserting to wordpress using wp_insert_attachment function?
- Getting “too many redirects” when using wp_redirect for attachment page
- Clean up images, delete unused image sizes attached to a post type
- What is the best way to store thumbnails for a non-image attachment?
- Change default selection for “Embed or Link”?
- What will happen if I delete all my attachment type posts from database?
- How can I make an attachment page for pdf uploads?
- Proper use of wp_get_attachment_image?
- filter get_children to return all mime types EXCEPT ‘x’
- Weird string offset errors when displaying post attachments
- the_time() returning wrong date/time (way in the future)
- Add audio attachment link to RSS
- How to: Retrieve an attachment image from post and output it
- Links to my uploads went crazy
- hide attached images of a post
- How to add a caption to an image attachment in a file list?
- Echo list attachment size in post
- How do I intercept and modify the functionality of wp_get_attachment_image()?
- Undoing define( ‘UPLOADS’, ”.’files’ ); to repoint to “wp-content/uploads” folder
- Upload image and assign it’s id to post
- Possible to add “Even/Odd Classes” to image attachments via wp_get_attachment_image?
- How to get thumbnail from post attachment in this loop
- How can I rewrite old attachment URLs?
- How to list “invisible” Auto Drafts?
- How to add media from front-end to an existing post and edit file title
- How can I customize the link when an attached image is clicked?
- Add a word to the first // wp_get_attachment_url // as the subdomain name
- How is it possible that a gallery doesn’t have attachment ids?
- Media Library Mess After FTP … /uploads
- Media item permalink goes to source file instead of attachment.php
- Removing images deleted from uploads folder, from Media Library
- Display audio file in audio.php
- how to add data in my custom theme from WP-Admin Panel
- Display setting ‘size’ not available in image settings modal
- Attachment file display link text
- Retrieve ONLY mp3s and set a variable for use in a playlist called by single.php template?
- Get video attachment ID and display length
- missing attachment are showing as 404
- Insert attachments from front end form
- How do I add Facebook OpenGraph meta tags for attachments in the header for a custom theme?
- Add link to attachment for old posts
- Drupal 6 to WordPress migration – media attachments
- How to retrieve “custom url” from image attachment in wordpress
- Move caption in on attachment page
- What is the most efficient way to retrieve a group of image URL’s from different attachment ID’s of a specific crop size?
- get_image_tag filter not working
- Bulk delete media by year
- Count images in post then add class if just one
- No attachments on contact form 7
- wp_mail attachment not working in wordpress