As told by mrwweb you have to plug into Wp_Query orderby statement.
add_filter( 'posts_orderby', 'wpse53783_order_by_post_mime_type' );
function wpse53783_order_by_post_mime_type( $orderby ) {
global $wpdb;
$order = substr( $orderby, strpos( $orderby, ' ' ) );
$orderby = "$wpdb->posts.post_mime_type $order";
return $orderby;
}
You can apply the filter before the query then remove it with:
remove_filter( 'posts_orderby', 'wpse53783_order_by_post_mime_type' );
I didn’t tested it but should fits your needs 🙂
Related Posts:
- How to get attachment file name not attachment URL
- 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?
- 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
- How to cleanly delete attachment but retain original file?
- Trying to hide buttons from Attachment window
- Uploading Multiple Attachments From Front-End With A Description
- Validate alt text for attachments?
- Get all posts (of any post type) an attachment is used in
- Can I attach a document (eg: PDF) but have a JPEG as a thumbnail?
- How can I display custom fields value from attachment media?
- Delete attachments from Front end
- how to test for attached image
- Unable to upload specific .zip file type via frontend in WordPress 4.0
- Add_Filter example for wp_get_attachment_link
- Can i hide the attachments from media which I uploaded from front end?
- attachment url rewrite
- Automatically delete attachments and posts [closed]
- How to delete orphan attachments?
- 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
- Disable edit media attachments?
- query attachment images … if no attachments -> get attachments of parent page?
- Replacing with(out) regex link to attachment by links to files
- Post Auto Draft Issue
- 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
- Link all WordPress images size
- post_author for wp_insert_attachment
- 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)
- Ordering of gallery images without using shortcode in theme
- Adding width and height to wp_get_attachment_image_src
- custom admin thumbnail for videos, not getting post’s id?
- Image Gallery Numbers for 3.5
- Exclude images from “inserted into post” when trying to get attachments
- Control attachments menu order with jQuery Sortable
- How to delete a custom file from upload directory when deleting its post
- Media library quick/inline edit
- Check what attached image size is used
- Attachment page 404
- Clean up images, delete unused image sizes attached to a post type
- Custom image sizes add to metadata
- What is the best way to store thumbnails for a non-image attachment?
- What will happen if I delete all my attachment type posts from database?
- How can I make an attachment page for pdf uploads?
- filter get_children to return all mime types EXCEPT ‘x’
- Weird string offset errors when displaying post attachments
- 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()?
- Unable to get wp_get_attachment_url to show
- has_excerpt yields true but no post_excerpt when retrieved
- Hiding or removing file extension displayed in HTML on attachment page
- After changing permalink structure, How to redirect attachment url to old parent post url
- 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
- wp_delete_attachment doesn’t delete image files / doesn’t work
- Get attachment URL from attachment Link in WordPress
- 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
- One audio attachment, with two possible interchangeable extensions
- Attachement Meta DATA