if ($posttags) {
foreach($posttags as $tag) {
echo _e($tag->description);
}
}
[/php]

related images:
[php] $strgallery=nggShowRelatedImages( $type=’tags’, $maxImages=20 );
echo($strgallery);
[/php]
[gmap]
[php] $strgallery=nggShowRelatedImages( $type=’tags’, $maxImages=20 );
echo($strgallery);
[/php]