Reply To: Images Not Showing In Search Results

HomeSupportImage StoreImages Not Showing In Search ResultsReply To: Images Not Showing In Search Results

#56799
Xpark Media
Keymaster

@jesus,

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”