[php]
$posttags = get_the_tags();
if ($posttags) {
foreach($posttags as $tag) {
echo _e($tag->description);
}
}
[/php]
[php]
if (function_exists(“the_related_images”)) {
_e(“ver/comprar imagens relacionadas:
“);
the_related_images(‘tags’, 20);
}
[/php]
[gmap]