Portinho da Arrábida

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



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

One comment on “Portinho da Arrábida

Responder a Ferreira Pinto Cancelar resposta

O seu endereço de email não será publicado. Campos obrigatórios marcados com *

This site uses Akismet to reduce spam. Learn how your comment data is processed.