Add another type in Document type in Behavior
-
Hi!
Currently I can show 3 types of attacthment* All
* Documents
* ImagesI’m using Documents that exclude images, Is there a way to exclude Videos too?
I was looking line 382 in eg-attachents-public.inc.php to exclude videos in
if ($where != ”) {
$where = str_replace($wpdb->posts.’.post_mime_type LIKE \’notimage/%\”, $wpdb->posts.’.post_mime_type NOT LIKE \’video/%\”,$where);
}
return $where;but I can’t make it work.
Can you give me some help?
Thank you!!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Add another type in Document type in Behavior’ is closed to new replies.