Home › Support › Image Store › Images Not Showing In Search Results › Reply To: Images Not Showing In Search Results
January 20, 2014 at 9:10 pm
#56799
Xpark Media
Keymaster
This is currently not possible tags are assigned to the gallery, while you can search image data the plugin will always give you a gallery as result.
You can add the code below to make the images searchable, but you still will not be able to search by tags. Only by image name or description.
function make_ims_image_rearchable( $image_type ){ $image_type['exclude_from_search'] = false; return $image_type; } add_filter('ims_image_post_type', 'make_ims_image_rearchable');
Si prefieres una contestación en español por favor crea un nuevo “topic”