wp_delete_attachment() is very comprehensive and wipes every trace of attachment from database and disk. Is […]
Tag: attachments
Get all post attachments except featured image
$args = array( ‘post_type’ => ‘attachment’, ‘numberposts’ => null, ‘post_status’ => null, ‘post_parent’ => $post->ID […]
Link Attachment Image to Category
How do you link an attachment image to its category? function wp_attachment_image($size = thumb) { […]
How do you modify the ‘post_parent’ of a custom post type?
I want to be able to edit the post_parent of a custom post type. Basically […]
how to test for attached image
I am trying to find out whether or not a post has images. If it […]
Post Via Email – How to send Attachments with it (e.g. PDF File or JPEG Image)?
In regards to the ‘Post via Email’ feature, does anyone know of a way to […]
How do you create an attachment ID with Ajax submit? No page refresh
I know I have done this before, with a frontend post form anyways that used […]
Get the url of the full sized attachment image using post ID?
I have this function: function get_image_link( &$post ) { $image_link_meta = get_post_meta( $post->ID, ‘as_link_to_image’, true […]
How to delete orphan attachments?
I’ve been given the directive to “retire” about 1000 articles from a wordpress site I […]
How to delete post attachments when jQuery is used with a click event on the delete link
I think I’m on the right track with what I need to do, at least […]
No More Posts Available.
No more pages to load.