getGUID()); } $num = $vars['entity']->num_display; if(!$num) $num = 4; $thewire = $page_owner->getObjects('thewire', $num); // If there are any thewire to view, view them if (is_array($thewire) && sizeof($thewire) > 0) { foreach($thewire as $shout) { echo elgg_view_entity($shout); } } ?>