1 2 3 4 5 6 7 8 9 10 11
<?php /** * Server up html for a post */ $guid = (int) get_input('guid'); $parent = thewire_get_parent($guid); if ($parent) { echo elgg_view_entity($parent); }