$entity->guid, 'annotation_name' => 'votes', 'limit' => 0); $annotations = elgg_get_annotations($options); if ($annotations) { echo elgg_view_annotation_list($annotations); } }