Minas de S. Domingos Thursday November 24th, 2011Friday April 18th, 2014 PanoramaPalace Rui Pedro [php] $posttags = get_the_tags(); if ($posttags) { foreach($posttags as $tag) { echo _e($tag->description); } } [/php] Read more