Use the arrows in the image horizon line to go to a different place. Enjoy and don’t turn too fast or you’ll get seasick 🙂 .
[php] $posttags = get_the_tags();if ($posttags) {
foreach($posttags as $tag) {
echo _e($tag->description);
}
}
[/php]

[php]
_e(“related images:
“);
if (function_exists(“the_related_images”)) the_related_images(‘tags’, 20);
[/php]
[gmap]
“);
if (function_exists(“the_related_images”)) the_related_images(‘tags’, 20);
[/php]